@extends('layouts.admin') @section('content')

Add Gallery

@csrf

Gallery


@if($errors->has('title')) {{ $errors->first('title') }} @endif
Cancel
@endsection @section('scripts') @endsection