@extends('site.master') @section('main-content') {{-- @php dd($list); @endphp --}}
@if (!$gallery->isEmpty()) @foreach ($gallery as $kl => $item) @endforeach @else No Record Found @endif
@include('site.sidebar.sidebar')
@endsection @push('script') @endpush