@extends('/themes.'.config('site_settings.themes_dir').'.layouts.master') @section('title') {{isset($photoGalleryName) ? $photoGalleryName . ' Fotograf Galerisi' : 'Fotograf Galerisi'}} @endsection @section('content')

{{isset($photoGalleryName) ? $photoGalleryName : 'Foto Galeri Baslıgı'}}

@foreach(\App\Models\PhotoDetail::where('photo_gallery_id',$id)->where('status',1)->get() as $photo_gallery)
@endforeach
@endsection @section('css') @endsection @section('js') @endsection