@extends('dash.layouts.app')
@push('title') Gallery @endpush
@section('content')
# |
Title |
Thumbnail |
Status |
{{-- Categories | --}}
Action |
@foreach($galleries as $key=>$gallery)
{{++$key}} |
{{$gallery->title}} |
|
|
{{--
{{$gallery->category->title}}
| --}}
|
@endforeach
{{$galleries->links()}}
@endsection
@push('footer')
@endpush