@extends('backEnd.master')
@section('styles')
@endsection
@section('mainContent')
{{__('common.staff_info')}}
{{ __('common.personal_info') }}
{{ __('common.address') }}
{{ __('hr.bank_account_details') }}
@isset($staffDocuments)
@foreach ($staffDocuments as $key => $staffDocument)
{{__('common.title')}}
{{__('common.action')}}
@endforeach
@endisset
{{ $staffDocument->name }}