@extends('app') @section('content') @if(session('flash_message'))
{{ session('flash_message') }}
@endif

@can('countries-destroy') حذف @endcan
البلد
@can('countries-create') أضف بلد @endcan @cannot('countries-create') @can('countries-destroy') @endcan @endcannot
Id إسم البلد
@csrf
@endsection @section('page_script') @endsection