@extends('layouts.master') @section('title') Country @endsection @section('page-title') Country @endsection @section('body') @endsection @section('content')

Countries

@can('Create Country') @endcan
Action # Country Name Country Short Code Country Calling Code
@endsection @section('scripts') @endsection