@extends('admin.admin-layouts.master') @section('content')
@csrf
{{ __('Email') }}
{{ __('Mobile') }}
{{ __('Salary') }}
{{ __('Age') }}
{{ __('Emergency Contact') }}
{{ __('Gender') }}
{{ __('Marital Status') }}
{{ __('Shift') }}
{{ __('Joining Date') }}
{{ __('Date of Birth') }}
{{ __('Present Address') }}
{{ __('Permanent Address') }}
{{ __('NID Number') }}
{{ __('Department') }}
{{ __('Designation') }}
@if($profile->emp_info->attachment != null) @if(count($profile->emp_info->attachment) > 0 ) @foreach ($profile->emp_info->attachment as $key => $item)
@endforeach @endif @endif
@endsection @push('style') @endpush @push('script') @endpush