@extends('adminlayout.admin') @section('content')
Back


Add Sidebar Menu

@csrf
@if ($errors->has('parent_id')){{ $errors->first('parent_id') }}@endif
@if ($errors->has('child_parent_id')){{ $errors->first('child_parent_id') }}@endif
@if ($errors->has('title')){{ $errors->first('title') }}@endif
(Like: userProfile / javascript::void();) @if ($errors->has('path')){{ $errors->first('path') }}@endif
@if ($errors->has('suffix')){{ $errors->first('suffix') }}@endif
@if ($errors->has('icon')){{ $errors->first('icon') }}@endif
@if ($errors->has('image')){{ $errors->first('image') }}@endif
@if ($errors->has('order_id')){{ $errors->first('order_id') }}@endif
@if ($errors->has('controller_name')){{ $errors->first('controller_name') }}@endif




@endsection