@extends('crudbooster::admin_template') @push("bottom") @endpush @section('content')
Edit Limitation Template
@csrf
{{--
Group Name
{{$errors->has('group_id')? $errors->first('group_id'):" "}}
--}}
Template
{{$errors->has('group_id')? $errors->first('group_id'):" "}}
{{$errors->has('group_id')? $errors->first('group_id'):" "}}
Cron Setup Setting
{{$errors->has('login_limit')? $errors->first('login_limit'):" "}}
{{--
{{$errors->has('month_id')? $errors->first('month_id'):" "}}
--}} {{--
{{$errors->has('corn_limit')? $errors->first('corn_limit'):" "}}
--}}
Share Product Setting
{{$errors->has('share_user')? $errors->first('share_user'):" "}}
{{--
{{$errors->has('sub_menu')? $errors->first('sub_menu'):" "}}
--}}
{{$errors->has('access_day_id')? $errors->first('access_day_id'):" "}}
{{$errors->has('max_staff')? $errors->first('max_staff'):" "}}
Own Analysis Setting
show_bioryth ==true)? "checked" :" "}}>
show_cyrcle ==true)? "checked" :" "}}>
@endsection