@extends('layouts.admin') @section('content')
{{csrf_field()}} @include('includes.admin.form-both')

{{ __('Country') }} *

{{ __('(In Any Language)') }}

{{ __('Tax') }} (%) *

{{ __('Allow State Tax') }}


{{$country->country_name}} / {{__('State List')}}


@forelse ($country->states as $state)

{{ __($state->state) }} (%) *

@empty
{{__('State Not Found Please')}} {{__('Insert State')}}
@endforelse

@endsection @section('scripts') @endsection