@extends('layouts.admin-layout') @section('title', 'All Gallery ') @section('content')

Gallery Section

@foreach($get_gall as $recovery) @endforeach
S.N. Title Image Action
{{ $loop->iteration }} {{$recovery->title ? : ''}}
@endsection @section('script') @endsection