@extends('layouts.admin.layout') @section('content')

Add Country

@csrf @include('admin.masterdata.country._form')
@endsection