@extends('layout.app') @section('title','Setting (General)') @push('header_script') @endpush @section('content')
{{-- Back--}}
{!! Form::open(['route' => ['setting-general.store'], 'onsubmit'=>'BtnSubmit.disabled = true', 'class'=>'row g-3 needs-validation', 'method' => 'post', 'id'=>'GeneralForm', 'autocomplete' => 'off']) !!}
enable_passcode == 'yes'))? 'checked': ''}} value="yes">
{{$errors->first('enable_passcode')}}
maintain_balance == 'yes'))? 'checked': ''}} value="yes">
{{$errors->first('maintain_balance')}}
own_truck_accounting == 'yes'))? 'checked': ''}} value="yes">
{{$errors->first('own_truck_accounting')}}
multiple_freight_bill == 'yes'))? 'checked': ''}} value="yes">
{{$errors->first('multiple_freight_bill')}}
{!! Form::close() !!}
@endsection @push('footer_script') @endpush