@extends('crudbooster::admin_template') @push('head') @endpush @push("bottom") @endpush @section('content')
{{$data['page_title']}}
@csrf

 Basic information

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

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

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

 UMT Setting

 Time Range

{{--
--}}

Price/Time

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

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

{{--
--}}

 About

 Audio Setting

{{--
--}}
{{-- #select Audios --}}

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