{{-- Extends layout --}} @extends('layout.default') {{-- Styles Section --}} @section('styles') @endsection @section('subheaderRightToolbar') @PermissionsCan(groupPermissionName('countries.index')) Back(ESC) @endPermissionsCan @PermissionsCan(groupPermissionName('countries.update'))
@endPermissionsCan @endsection {{-- Content --}} @section('content')
@endsection {{-- Scripts Section --}} @section('scripts') {{-- page scripts --}} @endsection