@extends('app-new') @push('content-header') @endpush @section('content')
@forelse($states as $state) trashed()) class="table-light" @endif> @empty @endforelse
Name Country Status Actions
{{ $state->name }} {{ $state->country->name ?? '-' }} @if($state->trashed()) Archived @else {{ ucfirst($state->status) }} @endif @if(!$state->trashed()) Edit
@csrf @method('DELETE')
@else
@csrf
@endif
No states found.
@endsection