@extends('layouts.master') @section('title'){{trans_choice('general.edit',1)}} {{trans_choice('general.payroll',1)}} {{trans_choice('general.template',1)}} @endsection @section('content')

{{trans_choice('general.edit',1)}} {{trans_choice('general.payroll',1)}} {{trans_choice('general.template',1)}}

{{csrf_field()}}

You can edit the template by changing the fields and adding or deleting rows.

@foreach($top_left as $key)
@if($key->is_default==0) @endif
@endforeach
@foreach($top_right as $key)
@if($key->is_default==0) @endif
@endforeach

{{trans_choice('general.addition',2)}}

@foreach($bottom_left as $key)
@if($key->is_default==0) @endif
@endforeach

{{trans_choice('general.deduction',2)}}

@foreach($bottom_right as $key)
@if($key->is_default==0) @endif
@endforeach
@endsection @section('footer-scripts') @endsection