@extends('adminlte::page')
@section('title', __('global.Countries'))
@section('content_header', __('global.Countries'))
@section('content')
@foreach (get_intitules_by_group([['slug', '=', 'continents']]) as $intitule)
@endforeach
@foreach (get_intitules_by_group([['slug', '=', 'sub_region']]) as $intitule)
@endforeach
@foreach (get_intitules_by_group([['slug', '=', 'monnaies']]) as $intitule)
@endforeach
@if (auth()->user()->can('countries.create'))
@lang('global.Add New')
@endif
@lang('global.id') |
@lang('global.Tel') @lang('global.Prefix') |
@lang('global.Country Code') |
@lang('global.Name') (@lang('global.En') / @lang('global.Local')) |
@lang('global.Region') |
@lang('global.Sub Region') |
@lang('global.Nationality') |
@can('countries.edit', 'countries.delete')
@lang('global.Action') |
@endcan
@endsection
@section('adminlte_js')
@endsection