@lang('global.countries.title')

{!! Form::open(['method' => 'POST', 'route' => ['admin.countries.store'],'class'=>'formvalidation', 'id' => 'frmCountry']) !!}
@lang('global.app_create')
@include('admin.countries.form-fields')
{!! Form::submit(trans('global.app_save'), ['class' => 'btn btn-danger wave-effect', 'id' => 'saveCountry']) !!} {!! Form::close() !!} @if ( 'yes' === $is_ajax ) @endif