@extends('dashboard.dashboard') @section('title',ucfirst('Mídias | Imagens e Vídeos')) @section('main') @section('page','gallery')

Mídias

Administre as Mídias Cadastradas
@foreach($galleries as $key => $gallery) @endforeach
{{ __('Título')}} {{ __('Imagens')}} {{ __('Vídeos')}} {{ __('actions')}}
{{ __('Título')}} {{ __('Imagens')}} {{ __('Vídeos')}} {{ __('actions')}}
{{$gallery->title}} {{ count($gallery->images()->get()) }} {{ count($gallery->videos()->get()) }}
@csrf @method('DELETE')
{{-- Showing 1 to 10 of 57 entries --}}
{{-- {{ $gallerys->links() }} --}}
@endsection @push('scripts') @endpush