{{-- mainLayouts extends --}} @extends('layouts.contentLayoutMaster') {{-- Page title --}} @section('title', 'Banner List') @section('content') Banner {{$banners->links()}} # Banner Image Created Created By Banner status {{-- Description --}} @forelse ($banners as $key => $banner) {{$key + $banners->firstItem()}} {{ $banner->created_time }} Admin @csrf @method('PUT') Is Active is_active == true) checked @endif /> Yes is_active == false) checked @endif /> No {{-- @if ($banner->is_active == true) Inactive @else Active @endif --}} {{-- {{$banner->description}} --}} {{-- remove_red_eye --}} @method('DELETE') @csrf delete_foreverDelete @empty No Banners Found! @endforelse {{$banners->links()}} @endsection @section('page-script') @endsection
Is Active
is_active == true) checked @endif /> Yes is_active == false) checked @endif /> No