@extends('Frontend.partials.layout') @section('styles') @endsection @section('content')

{{__('action.add_subemnu')}}

{{ brandName() }} Energiestatus

@csrf
@if ($errors->has('menu_id')) {{ $errors->first('menu_id') }} @endif
@if ($errors->has('submenu_name'))

{{ $errors->first('submenu_name') }}

@endif
{{--
@if ($errors->has('statusCMT')) {{ $errors->first('statusCMT') }} @endif
--}}
@if ($errors->has('sortingNo')) {{ $errors->first('sortingNo') }} @endif
@endsection @section('scripts') @endsection