@extends($layout_path) @section('title', $app_setting['name'] . ' | ' . __('Banner Management')) @section('header-title')

{{ __('Banner Management') }}

@endsection @section('content')
@csrf
{{-- start --}}
@forelse ($banners as $banner) {{-- edit banner modal --}} {{-- edit banner modal --}} @empty @endforelse {{ $banners->links() }}
# {{ __('Thumbnail') }} {{ __('Title') }} {{ __('Status') }} {{ __('Action') }}
{{ generateID($banners->firstItem() + $loop->index) }} banner thumbnail {{ $banner->title }} @if ($banner->is_active != true)
{{ __('Pending') }}
@else
{{ __('Active') }}
@endif
{{ __('Banner Overview') }} {{ __('Edit Banner') }} {{ __('Delete Banner') }}
{{ __('No Banner Found') }}
{{ __('Add New Banner') }}
@csrf

Click to upload or drag & drop

{!! old('description') !!}
{{-- end --}}
@endsection @push('styles') @endpush @push('scripts') @if ($errors->any()) @endif @endpush