@extends('layouts.app') @section('main-content')

State Information

State details
Edit  
@csrf @method("DELETE") Delete

{{ $state->name }}

{{ $state->code }}

{{ $state->country_code }}

{{ $state->user->username }}

{{ $state->created_at }}

{{ $state->updated_at }}

List of Vendor from {{ $state->name }}
    @forelse ($state->vendors as $vendor)
  1. {{ $vendor->name }} @if ($vendor->status) Active @else Inactive @endif
  2. @empty No vendor! @endforelse
@endsection