@extends('admin.layouts.app') @section('title', 'Edit Gallery') @section('section')

Edit Gallery Form

@method('PUT') @csrf

Edit Gallery Section

Profile Preview

@endsection @section('script') @endsection