@extends('dashboard.dashboard')
@section('title',ucfirst('Banners'))
@section('main')
@section('page','banner')
{{-- | Título--}}
{{-- | --}}
Celular
|
Site
|
{{ __('Última atualização')}} |
{{ __('actions')}} |
{{-- | Título | --}}
Celular |
Site |
Última atualização |
{{ __('actions')}} |
@foreach($banners as $key => $banner)
|
|
{{ date('d/m/Y H:i:s',strtotime($banner->updated_at))}} |
|
@endforeach
{{-- Showing 1 to 10 of 57 entries --}}
{{-- {{ $banners->links() }} --}}
@endsection
@push('scripts')
@endpush