@extends('layouts.master') @section('title','All country') @section('breadcum') @endsection @section('maincontent')
{{ __("All Countries") }}
# {{ __("Name") }} {{ __("Created at") }} {{ __("Action") }}
@endsection @section('script') @endsection