{{ __('global.id') }} | {{ __('global.name') }} | {{ __('global.status') }} | {{ __('global.sort') }} | {{ __('global.actions') }} |
---|---|---|---|---|
{{ $district->id }} | {{ unserialize($district->title)[app()->getLocale()] }} | @if($district->is_active) {{ __('global.active') }} @else {{ __('global.inactive') }} @endif | {{ $district->rang }} | {{ __('global.drag_and_sort') }} {{ __('global.edit') }} {{ __('global.delete') }} |