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