@extends('AdminPanel.layouts.main')
@section('main-section')
{{ $pro->title ?? '' }} Gallary
- Gallary
- List
@if (!empty($id))
@endif
{{ session()->get('msg') ?? null }}
Id |
Image |
Property |
Action |
@forelse ($gal as $item)
{{ $item->id }} |
|
{{ $item->Property->title }} |
|
@empty
No Images Uploaded |
@endforelse
@endsection
@section('scripts')
@endsection