{{-- __('State') --}} {{$Reseller->User->name}} @if($Reseller->nick_name) ({{$Reseller->nick_name}}) @endif

@csrf
@error('country_id')

{{ $message }}

@enderror
@error('state_id')

{{ $message }}

@enderror
Profile

@foreach ($Reseller->ResellerStates as $AllocatedState) @endforeach
State Country Action
{{$AllocatedState->State->name}} {{$AllocatedState->State->Country->name}} 👁 Show
@csrf @method('delete')