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

Galleries Form

@csrf

Galleries Section

Profile Preview

Galleries Section

@foreach($get_galleries as $galleries) @endforeach
Image Action
@endsection @section('script') @endsection