@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')) }}
aspect_ratio ? 'checked' : '' }}>
is_active === true ? 'checked' : 'false' }}>
{{ validationError($errors->get('galleryImage')) }}
Cancel
@endsection @section('scripts') @endsection