| {{ $i++ }} |
@if ($banner->file_type == 'image')
@elseif ($banner->file_type == 'video')
@endif
{{-- src="{{ asset(USER_UPLOADED_IMG_PATH . $customer->image) }}" --}}
|
{{--
{{ $customer->status }}
| --}}
{!! statusText($banner->status) !!}
|
@if ($authUser->hasPermissionTo('edit - banner') || $authUser->hasPermissionTo('delete - banner') || $authUser->id == 1)
@endif
|