@extends('admin.layout.main') @section('admin')
Manage your states and regions
| State | Code | Description | Status | Order | Created | Actions |
|---|---|---|---|---|---|---|
|
{{ $state->name }}
ID: {{ $state->id }}
|
@if($state->code) {{ $state->code }} @else - @endif |
@if($state->description)
{{ Str::limit($state->description, 80) }}
@else
No description
@endif
|
@if($state->is_active) Active @else Inactive @endif |
{{ $state->sort_order }}
|
{{ $state->created_at->format('M j, Y') }}
|
|