@extends('layouts.software') @section('body')

View Staff Master


{{$staff->account_opening_balance_for_cash}}
{{$staff->type_for_cash}}
{{$staff->date_for_cash}}
{{$staff->account_opening_balance_for_gold}}
{{$staff->type_for_gold}}
{{$staff->date_for_gold}}
{{$staff->currency->currency_detail}}
{{$staff->date_of_joining}}
{{$staff->job_title}}
{{$staff->first_name}}
{{$staff->last_name}}
{{$staff->mobile_1}}
{{$staff->mobile_2}}
{{$staff->whatsapp}}
{{$staff->email}}
{{$staff->location->country}}
{{$staff->address}}

{{$staff->salary}}
{{$staff->advanced_commitment}}
{{$staff->classOfAccount->name}}

Upload Documents
@for ($i = 1; $i < 8; $i++)
{{ $staff->{'doc_name_' . $i} }}
@if (!empty($staff->{'doc_file_' . $i})) @else No Document Found @endif
{{ $staff->{'doc_expiry_' . $i} }}
@endfor

{{$staff->description}}

@endsection