{{ __('Gallery List:') }}
# | {{ __('Image') }} | {{ __('Title') }} | {{ __('Category') }} | {{ __('Status') }} | {{ __('Action') }} |
---|---|---|---|---|---|
{{ ++$id }} |
|
{{ $gallery->title }} | {{ $gallery->gcategory->name }} | @if($gallery->status == 1) {{ __('Publish') }} @else {{ __('Unpublish') }} @endif | {{ __('Edit') }} |