@extends('layouts.app_admin') @section('content') Dashboard > Country List > Add Country {{ csrf_field() }} Country Name* @if ($errors->has('country_name')) {{ $errors->first('country_name') }} @endif Update Cancel @endsection