@extends('layouts.app', ['activePage' => 'store_gallery', 'titlePage' => __('')])
@section('content')
| {{__("jamia.sl_no")}} |
{{__("jamia.name")}} |
{{__("jamia.date")}} |
{{__("jamia.status")}} |
{{__("jamia.image")}} |
{{__("jamia.action") }} |
@foreach ($galleries as $gallery)
| {{ $i++; }} |
{{ $gallery->title }} |
{{ date('d/m/Y',strtotime($gallery->date))}} |
{{ $gallery->status }} |
|
|
@endforeach
@endsection
@section('js')
@endsection