{{ __('Blog Category List') }}
| {{ __('Name') }} | {{ __('Order') }} | {{ __('Status') }} | {{ __('Action') }} | |
|---|---|---|---|---|
| {{ json_decode($bcategory->name)->en }} | {{ $bcategory->serial_number }} | @if ($bcategory->status == 1) {{ __('Publish') }} @else {{ __('Unpublish') }} @endif | {{ __('Edit') }} |