@extends('backend.layout.master') @section('title', __('All Countries')) @section('style') @endsection @section('content')

{{ __('All Countries') }}

@can('country-add') @endcan
@can('country-bulk-delete') @endcan
@include('countrymanage::country.search-result')
@include('countrymanage::country.add-modal') @include('countrymanage::country.edit-modal') @endsection @section('script') @include('countrymanage::country.country-js') @endsection