@extends('adminlte::page') @section('title', __('global.Creation').' '.__('global.Country')) @section('content')

@lang('global.Create') @lang('global.Country')

@include('common.form-errors')
@csrf @include('countries.partials._form') {!! Util::FormSubmitActions('countries', route('countries.index')) !!}
@endsection