@extends('admin.layouts') @section('title', 'Banner') @section('header') @endsection @section('content')

Banner

Add Banner
@csrf
History
@foreach($banner as $banners) @endforeach
S/N DATE BANNER NAME IMAGE PREVIEW ACTION
{{$loop->iteration}} {{\Carbon\Carbon::parse($banners->created_at)->format('d-m-y')}} {{$banners->banner_name}} preview image
@endsection @section('footer') @endsection