@extends('layouts.app') @push('title')

App Slider

@endpush @section('content')
Create New
@foreach ($banners as $banner) @endforeach
Thumbnail Title Description Status Action
{{ $banner->title }} {{ $banner->description }}
@role('root|admin') @else @endrole
@endsection