@extends('layouts.admin.admin') @section('title', 'Edit State') @section('content') Edit State(Province) Go Back @csrf @method('PUT') State Name state_name}}> Country @foreach ($countries as $country) country_id == $country->id) selected @endif>{{$country->country_name}} @endforeach Status status == 'Active') selected @endif>Active status == 'Inactive') selected @endif>Inactive Update @endsection @section('page-specific-scripts') @endsection