@extends('backend.layouts.app') @section('page-title', trans('app.country')) @section('page-heading', trans('app.country')) @section('content') @include('backend.partials.messages') @lang('app.country') ADD Country Created_at Edit Delete @foreach($countrys as $country) {{$country->country}} {{$country->created_at}} Edit Delete @endforeach @stop @section('scripts') @stop