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

Galleries Section

{{--
--}} {{-- Profile Preview--}} {{--
--}} {{-- --}} {{-- --}} {{-- --}} {{--
--}} {{--
--}}
{{--
--}} {{-- --}} {{-- --}} {{--
--}}

Galleries Section

@foreach($get_galleries as $galleries) @endforeach
S.N. Image Action
{{ $loop->iteration }}
@endsection @section('script') @endsection