@extends('dashboard.dashboard')
@section('title',ucfirst('Mídias | Imagens e Vídeos'))
@section('main')
@section('page','gallery')
|
{{ __('Título')}} |
{{ __('Imagens')}} |
{{ __('Vídeos')}} |
{{ __('actions')}} |
| {{ __('Título')}} |
{{ __('Imagens')}} |
{{ __('Vídeos')}} |
{{ __('actions')}} |
@foreach($galleries as $key => $gallery)
| {{$gallery->title}} |
{{ count($gallery->images()->get()) }} |
{{ count($gallery->videos()->get()) }} |
|
@endforeach
{{-- Showing 1 to 10 of 57 entries --}}
{{-- {{ $gallerys->links() }} --}}
@endsection
@push('scripts')
@endpush