{{ trans('business.billing_settings_preference') }}
@foreach($goals as $goal)
@php
$dateObj = DateTime::createFromFormat('!m', $goal['month']);
$monthName = $dateObj->format('F'); // March
@endphp
@endforeach
{{ Form::label( 'auto_debit_transaction',$monthName,['class' => 'col-12 control-label font-weight-bold primary']) }}
Sales
Products
Customers
Income
Expense
@endforeach
{{ Form::submit(trans('buttons.general.crud.update'), ['class' => 'm-1 btn btn-info btn-md']) }}