@extends('layouts.app') @section('stitle', __('messages.payroll')) @section('title', __('messages.payroll')) @section('content')
@if(session()->get('title') == "success") @elseif (session()->get('title') == "error") @endif
@if(Auth::user()->business->getReceipt) @if(Auth::user()->business->getReceipt->is_logo_used== 1 && Auth::user()->business->getReceipt->logo !=null )
No Company Logo found From Account Settings
@endif @endif

{{ Auth::user()->business->business_name }}

{{ Auth::user()->business->address }}

{{ Auth::user()->business->city }} - {{ Auth::user()->business->country }}

{{__('messages.VATNumber')}}: {{ Auth::user()->business->vat_number }}


{{__('messages.payroll_reference')}} : {{$payroll->reference}}
{{__('messages.payment_method')}} : {{$payroll->payment_method}}
{{__('messages.created_at')}} : {{$payroll->created_at}}
{{-- --}} @foreach($payroll->payrollUser as $detail) {{-- --}} @endforeach
{{__('messages.user')}} {{__('messages.gl_account_number')}} {{__('messages.basic_salary')}} {{__('messages.gosi_salary')}} {{__('messages.provident_fund')}} basic allowance Transportation Allowance housing allowance Medical allowance other allowances eobi allowances Social allowances GOSI allowances {{__('messages.total')}}{{__('messages.ACTION')}}
{{ $detail->user->name }} {{ $detail->gl_account_number }} {{ $detail->basic_salary }} {{ $detail->gosi_salary }} {{ $detail->provident_fund_amount }} {{ $detail->basic_allowances_amount }} {{ $detail->transport_allowances_amount }} {{ $detail->housing_allowances_amount }} {{ $detail->medical_allowances_amount }} {{ $detail->other_allowances_amount }} {{ $detail->eobi_allowances_amount }} {{ $detail->social_ins_allowances_amount }} {{ $detail->gosi_allowances_amount }} {{ $detail->total_salary }}--}} {{-- --}} {{-- --}} {{-- --}} {{--

Note: It was a pleasure working with you and your team. We hope you will keep us in mind for future projects. Thank You!
@endsection