@extends('backend.layouts.app')
@section('title', 'Sliders')
@push('styles')
@endpush
@section('content')
# |
Image |
Title |
SubTitle |
Date created |
Date updated |
ACTION |
@foreach($banners as $banner )
{{ $banner->id }} |
|
{{ $banner->title }} |
{{ $banner->subtitle }} |
{{ $banner->created_at->toFormattedDateString() }} |
{{ $banner->updated_at->toFormattedDateString() }} |
edit
|
@endforeach
@foreach($banners as $banner )
{{ $banner->title }}
{{ $banner->subtitle }}
@endforeach
@endsection
@push('scripts')
@endpush