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

Title: {{$TblPhotoGallery->title}}
Description: {{$TblPhotoGallery->title}}
Sub Title: {{$TblPhotoGallery->sub_title}}
Gallery Keywords: {{$TblPhotoGallery->gallery_keywords}}

Cover Image

Image:

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