@extends('layouts.admin.admin') @section('title', 'Add a New State') @section('content') Add a New State(Province) Go Back @csrf State Name Country Choose country @foreach ($countries as $country) {{$country->country_name}} @endforeach Status Active Inactive Save @endsection @section('page-specific-scripts') @endsection