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

{{trans_choice('general.add',1)}} {{trans_choice('general.payroll',1)}}

{{csrf_field()}}
@foreach($top_left as $key) @endforeach
{{trans_choice('general.staff',1)}} {{trans_choice('general.name',1)}}
{{$key->name}}
@foreach($top_right as $key) @endforeach
{{trans_choice('general.payroll',1)}} {{trans_choice('general.date',1)}}
{{trans_choice('general.business',1)}} {{trans_choice('general.name',1)}}
{{$key->name}}
{{trans_choice('general.description',1)}} {{trans_choice('general.amount',1)}}
{{trans_choice('general.description',1)}} {{trans_choice('general.amount',1)}}
{{trans_choice('general.total',1)}} {{trans_choice('general.pay',1)}}
{{trans_choice('general.total',1)}} {{trans_choice('general.deduction',2)}}

{{trans_choice('general.net',1)}} {{trans_choice('general.pay',1)}}
{{trans_choice('general.net_pay_distribution',1)}}
{{trans_choice('general.payment',1)}} {{trans_choice('general.method',1)}}
{{trans_choice('general.bank',1)}} {{trans_choice('general.name',1)}}
{{trans_choice('general.account',1)}} {{trans_choice('general.number',1)}}
{{trans_choice('general.description',1)}}
{{trans_choice('general.paid',1)}} {{trans_choice('general.amount',1)}}
{{trans_choice('general.comment',2)}}
@endsection @section('footer-scripts') @endsection