{{-- Extends layout --}} @extends('layout.default') @section('styles') @endsection {{-- Content --}} @section('content')

স্থায়ী ঠিকানা (Permanent Address)

{{-- --}} @foreach($datas as $data) {{-- --}} @endforeach
Name Rank HOUSE NO. & ROAD NO. & VILLAGE POST OFFICE POLICE STATION DISTRICT TELEPHONE NO.NIDContact Number Action
{{ $data->employee->name}} @if(isset($data->employee->rank) && (int)$data->employee->rank > 0){{ $function->rank()[(int)$data->employee->rank]['name_en']}}@endif {{ $data->village_or_house_road}} {{ $data->post_office}} @isset($data->thana_id){{ $function->thanas()[$data->thana_id]['name_en']}}@endisset @isset($data->district_id){{ $function->districts()[$data->district_id]['name_en']}}@endisset {{ $data->contact}}{{ $data->employee->nid}}{{ $data->employee->sms_number}} Details
@endsection {{-- Scripts Section --}} @section('scripts') @endsection