@extends('layouts.admin-layout')
@section('title', 'All Gallery ')
@section('content')
Gallery Section
| S.N. |
Title |
Image |
Action |
@foreach($get_gall as $recovery)
| {{ $loop->iteration }} |
{{$recovery->title ? : ''}} |
|
|
@endforeach
@endsection
@section('script')
@endsection