To begin, please login.
14 |{!! Form::submit('Save', ['class' => 'btn btn-primary btn-lg btn-block']) !!}
46 |bank | 17 |city | 18 |swift code | 19 |account number | 20 |active | 21 |edit | 22 | 23 | 24 | 27 | @foreach($inv as $in) 28 |
---|---|---|---|---|---|
{!! $in->bank !!} | 30 |{!! $in->city !!} | 31 |{!! $in->swift_code !!} | 32 |{!! $in->account !!} | 33 |34 | =($in->active == 1)?'active':'inactive' ?> 35 | | 36 |37 | 38 | | 39 |
9 | Back to category 10 |
11 |9 | Back to customers list 10 |
11 |{!! Form::submit('Update', ['class' => 'btn btn-primary btn-lg btn-block']) !!}
54 |Please take note that the tax amount is in the percentage.
13 | {!! Form::model($taxes, ['route' => ['taxes.update', $taxes->id], 'method' => 'PATCH', 'class' => 'form-horizontal', 'autocomplete' => 'off']) !!} 14 | 15 |{!! Form::submit('Update', ['class' => 'btn btn-primary btn-lg btn-block']) !!}
32 |edit | 15 |tax | 16 |charges (%) | 17 |delete | 18 | 19 | 20 | 23 | @foreach($ta as $in) 24 |
---|---|---|---|
26 | | {!! $in->tax !!} | 27 |{!! $in->amount !!} | 28 |29 | |
id | 41 |group | 42 | 43 | 44 |id | 45 |group | 46 | 47 | 48 | @foreach ($ug as $k) 49 |
---|---|
{!! $k->id !!} | 51 |{!! $k->group !!} | 52 |