@extends('employee.employee-layouts.master') @section('content')
@csrf
{{ __('Email') }}
{{ __('Mobile') }}
{{ __('Age') }}
{{ __('Emergency Contact') }}
{{ __('Gender') }}
{{ __('Marital Status') }}
{{ __('Date of Birth') }}
{{ __('Present Address') }}
{{ __('Permanent Address') }}
{{ __('NID Number') }}
@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('script') @endpush