@extends('layouts.app') @section('title','Show Photo Gallery') @section('pages')
Basic Details

Title: {{$TblPhotoGallery->title}}

Description: {{$TblPhotoGallery->title}}

Sub Title: {{$TblPhotoGallery->sub_title}}

Cover Image

Gallery Keywords: {{$TblPhotoGallery->gallery_keywords}}

Image:

Details

@if(count($TblPhotoGallery->getImagesAll)>0) @foreach($TblPhotoGallery->getImagesAll as $list) @endforeach @else @endif
Image Name Image Priority Action
{{$list->image_name}} {{$list->priority}}
No Data Found
@endsection