Plan Title
@if ($errors->has('title'))
{{ $errors->first('title') }}
@endif
Coin
@if ($errors->has('cat_id'))
{{ $errors->first('cat_id') }}
@endif
Unit
@if ($errors->has('unit'))
{{ $errors->first('unit') }}
@endif
Rate
@if ($errors->has('rate'))
{{ $errors->first('rate') }}
@endif
Period / Duration
@if ($errors->has('period'))
{{ $errors->first('period') }}
@endif
Return Amount (Per Day)
@if ($errors->has('return_amount'))
{{ $errors->first('return_amount') }}
@endif
Minimum Purchase
@if ($errors->has('minimum'))
{{ $errors->first('minimum') }}
@endif
Maximum Purchase
@if ($errors->has('maximum'))
{{ $errors->first('maximum') }}
@endif
Maintenance Fee (Per Day)
@if ($errors->has('electricity_charge'))
{{ $errors->first('electricity_charge') }}
@endif
Status
status == "1" ? 'checked' : '' }}>