@extends('crudbooster::admin_template') @push("bottom") @endpush @section('content')
Add SubMenu
@csrf
{{$errors->has('menu_name')? $errors->first("menu_name") :"" }}

{{$errors->has('pool_id')? $errors->first("pool_id") :"" }}

 

{{$errors->has('einfluss_id')? $errors->first("einfluss_id") :"" }}

{{$errors->has('focus_id')? $errors->first("focus_id") :"" }}

Price/Time

{{$errors->has('sub_min')? $errors->first("sub_min") :"" }}

{{$errors->has('sub_max')? $errors->first("sub_max") :"" }}

{{-- View Modal Image --}}
@endsection