@extends('admin.layouts.app') @push('style') {{-- --}} @endpush @section('pagetitlesection') @endsection @section('content')

No of Banner : {{ count($listbanner) }}

@forelse ($listbanner as $data) @empty @endforelse
Title Link description Images Status Create Date Action
{{ $data->title ? $data->title : '---' }} {{ $data->link ? $data->link : '---' }} {{ $data->description ? $data->description : '---' }} Your Image @switch($data->is_active) @case(1) Active @break @case(0) Inactive @break @default Deleted @endswitch {{ date('d-m-Y', strtotime($data->created_at)) }}
No Data Yet
@endsection @push('scripts') {{-- --}} {{-- --}} {{-- --}} {{-- --}} @endpush