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

NEW GALLERY

@csrf
@if ($errors->has('title')) @endif
@if ($errors->has('gallery_image')) @endif
@endsection