@extends('cms.layouts.app') @section('pre-styles') @endsection @section('contents')
{{--

Validation Form

--}}
{{ csrf_field() }} {{ method_field('PATCH') }}
{{ validationError($errors->get('name')) }}
{{ validationError($errors->get('description')) }}
show_in_gallery_page === 1 ? 'checked' : '' }}>
aspect_ratio === 1 ? 'checked' : '' }}>
is_active === 1 ? 'checked' : '' }}>
{{--
--}}
{{ validationError($errors->get('galleryImage')) }}
Cancel
@endsection @section('scripts') @endsection