@extends('layouts.app') @push('before-css') @endpush @section('content')
Banner Management
@if($banner)
@foreach($banner as $item) @endforeach
# Title Image Action
{{ $item->id }} {{ $item->title }}
@endif
@include('layouts.admin.footer')
@endsection @push('js') @endpush