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

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

@if ($submenu->type != "special")

@endif

Price/Time

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

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

@if ($submenu->type == "special")
type == "special") {{"checked"}} @endif class="flipswitch" />  
@endif
{{-- View Modal Image --}}
@endsection