@extends('layouts.app') @section('title','Add New Country') @section('content')
@csrf
{{ $errors->first('name') }}
{{ $errors->first('status') }}
Cancel
@endsection