@extends("admin/layouts.master") @section('title','Edit State | ') @section("body") @section('data-field') State @endsection
Edit State
< Back
{{csrf_field()}} {{ method_field('PUT') }}
State Name
*
Please Enter State
Country
@foreach($countrys as $country)
{{$country->country}}
@endforeach
Please Chooce Country
@endsection