@extends('adminlte::page') @section('content_header', __('global.Create').' '.__('global.Country')) @section('content')
@if($errors->any())
@lang('global.Please fix the following errors')
@foreach($errors->all() as $err)
{{ $err }}
@endforeach
@endif
@csrf @include('countries.cities.partials._form')
@endsection