@extends('backends.layouts.master_layout') @section('title','Gallery Types') @section('page_heading','Gallery Types') @section('content')
@include('backends.includes.notification')

Update Gallery Types

@csrf @method('put')
@if($errors->has('title'))
{{ $errors->first('title') }}
@endif
@if($errors->has('sort_by'))
{{ $errors->first('sort_by') }}
@endif
@if($errors->has('is_active'))
{{ $errors->first('is_active') }}
@endif
Cancel
@endsection