@extends('system-mgmt.country.base') @section('action-content')
Add new country
{{ csrf_field() }}
@if ($errors->has('name')) {{ $errors->first('name') }} @endif
@if ($errors->has('country_code')) {{ $errors->first('country_code') }} @endif
@endsection