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