@extends('crudbooster::admin_template') @push('head') @endpush @section('content')
Product Setting Edit
Product Setting
{{-- --}}

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

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

{{-- New markup for All check (Modules, Concept, Subject) --}}
Show Dashboard Element

@if($productsetting->product->sp_status == 1)
@endif
Product Setting Colors

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

demoproduct->demo_link ==true)? "checked" :""}}>

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

Product Extra Info

@endsection @push("bottom") @include('JSBlade.MJsblade') @endpush