@extends('crudbooster::admin_template') @section('content')
Product Setting Page
{{$errors->has("product_name") ? $errors->first('product_name'):""}}

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

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

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

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

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

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

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

--}}

Red Circle Color

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

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

Orange Circle Color

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

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

Green Circle Color

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

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

Custom Color

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

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

Price/Time

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

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

Demo Link

@endsection @push("bottom") @endpush