@extends('dashboard.base') @section('content')

Country Details

Name Created at Updated at
{{ $country->name }} {{ $country->created_at }} {{ $country->updated_at }}
Return
@endsection @section('javascript') @endsection