@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
@foreach($countrys as $country) @endforeach
Country Created_at Edit Delete
{{$country->country}} {{$country->created_at}}
@stop @section('scripts') @stop