@extends('AdminPanel.layouts.main') @section('main-section')

{{ $pro->title ?? '' }} Gallary

{{ session()->get('msg') ?? null }}
@forelse ($gal as $item) @empty @endforelse
Id Image Property Action
{{ $item->id }} Error {{ $item->Property->title }}
No Images Uploaded
@endsection @section('scripts') @endsection