@extends('backendPartials.default') @section('section')
@include('admin.frontendSettings.partialsn.homepage_settings_sidebar')

Gallery Settings


@csrf
@foreach ($gallery as $s) @php $image = asset('storage/frontend/home/gallery/' . $s->image); #Storage::disk("public")->url('frontend/home/gallary/'.$s->image); @endphp

{{ $s->heading }}


Edit Delete
@endforeach
@endsection @section('jsOutside') @endsection