{{ __('Gallery Category List') }}
# | {{ __('Name') }} | {{ __('Order') }} | {{ __('Status') }} | {{ __('Action') }} |
---|---|---|---|---|
{{ ++$id }} | {{ $gcategory->name }} | {{ $gcategory->serial_number }} | @if($gcategory->status == 1) {{ __('Publish') }} @else {{ __('Unpublish') }} @endif | {{ __('Edit') }} |