@extends('crudbooster::admin_template') @push("bottom") @endpush @section('content')
{{$data['page_title']}}
{{--
--}}
{{-- @dd($user->managelimitation->template) --}}
{{-- @dd($user->managelimitation->months) --}}
  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
managelimitation->show_bioryth ==true)? "checked" :" "}}>
managelimitation->show_cyrcle ==true)? "checked" :" "}}>
--}}
@endsection