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

Title:

{{$TblPhotoGallery->title}}

Description:

{{$TblPhotoGallery->details}}

Sub Title:

{{$TblPhotoGallery->sub_title}}

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