@extends('layouts.admin') @section('content')

Banners

Banners

Create Banner
@foreach ($collection as $item) @endforeach
Title Images Action
{{ $item->tittle }}
@method('delete') @csrf
@endsection @section('js') @endsection