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

Validation Form

--}}
{{ csrf_field() }} {{ method_field('PATCH') }}
{{ validationError($errors->get('title')) }}
{{ validationError($errors->get('url')) }}
{{ validationError($errors->get('route_group')) }}
open_in_new_window === 1 ? 'checked' : '' }}>
is_active === 1 ? 'checked' : '' }}>
Cancel
@endsection @section('scripts') {{-- --}} {{-- --}} @endsection