@extends('layouts.app') @section('title') Registration Letter @stop @section('breadcrumb')
@stop @section('css') @stop @section('content')APP FORM NO: {{$property->inventory->dealerPackageOpenFileUnit->endUserForm->app_form_no}}
REGISTRATION NO: FT/GR/10M/0123
PLOT SIZE: {{ $property->inventory->size->name }} {{env('SIZE')}}
CATEGORY: {{ $property->inventory->type->name }}
OLD REG NO: xxxxxxxxx
PRINTING DATE: @php $current_date = date("d-m-Y"); @endphp {{ $current_date }}
NAME: {{ $property->customer->name }}
S/D/W: {{ $property->customer->father_name }}
CNIC: {{ $property->customer->cnic }}
CELL NO: {{ $property->customer->mobile_number }}
EMAIL: {{ $property->customer->email ? $property->customer->email : "XXXXXXXXXXXX" }}
ADDRESS: {{ $property->customer->mailing_address }}