@extends ('core.layouts.app') @section ('title', trans('business.crm_hrm_settings')) @section('content')
{{ Form::open(['route' => 'biller.settings.crm_hrm_section_post', 'class' => 'form-horizontal', 'role' => 'form', 'method' => 'post','files' => true, 'id' => 'create-hrm']) }}

{{ trans('meta.self_attendance') }}

{{ Form::label( 'token', trans('meta.self_attendance'),['class' => 'col-12 control-label']) }}
{{ Form::submit(trans('buttons.general.crud.update'), ['class' => 'm-1 btn btn-info btn-md']) }}

{{ trans('meta.customer_login') }}

{{ Form::label( 'token', trans('meta.customer_login'),['class' => 'col-12 control-label']) }}
{{ Form::label( 'self_register', trans('customers.customer_self_register'),['class' => 'col-12 control-label']) }}
{{ Form::submit(trans('buttons.general.crud.update'), ['class' => 'm-1 btn btn-info btn-md']) }}
{{ Form::close() }}
@endsection