@extends('layouts.app', ['activePage' => 'store_gallery', 'titlePage' => __('')])
@section('content')
@if($gallery->image != NULL)
@endif
| {{__("jamia.name")}} : {{ $gallery->title }} |
| {{__("jamia.date")}} : {{ date('d/m/Y',strtotime($gallery->date))}} |
| {{__("jamia.status")}} : {{ $gallery->status }} |
@if($galley_pics != " ")
@foreach ($galley_pics as $pic)
 |
@endforeach
@endif
@endsection