@extends('master_header')
@section('content')
@include('includes.header-topbar')
@include('md.sidebar-menu')
| Passport: |
|
| Serial NO: |
{{$offer->serial_no ?? ''}} |
| Name: |
{{$offer->name ?? ''}} |
| Permanent Address: |
{{$offer->address}}
|
| Office Address |
{{$offer->office_address ?? ''}} |
| Occupation |
{{$offer->occupation ?? ''}} |
| Telephone |
{{$offer->telephone ?? ''}} |
| Email |
{{$offer->email ?? ''}} |
| Project |
{{$offer->project ?? ''}} |
| House Type |
{{$offer->house_type ?? ''}} |
| Amount |
₦ {{number_format($offer->amount) ?? ''}} |
| Next Of Kin Passport: |
|
| Next of Kin |
{{$offer->nok_name ?? ''}} |
| Next of Kin's Address |
{{$offer->nok_address ?? ''}} |
| Next of Kin's Email |
{{$offer->nok_email ?? ''}} |
| Next of Kin's Phone |
{{$offer->nok_phone ?? ''}} |
| Status |
In progress |
@include('includes.footer')
@endsection