@extends('admin.app') @section('content')
| {{ __('levels.image') }} | {{ __('levels.restaurant') }} | {{ __('levels.title') }} | {{ __('levels.status') }} | @if (auth()->user()->can('banner_edit') || auth()->user()->can('banner_delete')){{ __('levels.actions') }} | @endif|
|---|---|---|---|---|---|
|
|
|
{{ $banner->restuarant->name }} | {{ Str::limit($banner->title, 60, '...') }} | @if ($banner->status == 5) {{ 'Active' }} @else {{ 'Inactive' }} @endif | @if (auth()->user()->can('banner_edit') || auth()->user()->can('banner_delete'))@if (auth()->user()->can('banner_edit')) Edit @endif @if (auth()->user()->can('banner_delete')) @endif | @endif