@extends('admin.layouts.app') @section('header-script') @include('admin.layouts.datatable-header') @endsection @section('content')

Gallery Photo's

@foreach($gallerys as $gallery) @endforeach
Name Photo Publish Date Action
{{$gallery->gallery_name}} {{$gallery->created_at->format('d M Y')}}
@endsection @section('footer-script') @include('admin.layouts.datatable-footer-script') @endsection