@extends('layouts.app') @section('title', $app_setting['name'] . ' | ' . __('Banner Management')) @section('content')
| # | {{ __('Thumbnail') }} | {{ __('Title') }} | {{ __('Status') }} | {{ __('Action') }} |
|---|---|---|---|---|
| {{ $banners->firstItem() + $loop->index }} |
|
{{ $banner->title }} |
@if (!$banner->is_active)
{{ __('Pending') }}
{{ __('Active') }}
|
|
| {{ __('No Banner Found') }} | ||||