Code
{{$supplier->code ?? ' '}}
Name
{{$supplier->name ?? ''}}
Father Name
{{$supplier->father_name ?? ''}}
Business Name
{{ $supplier->business_name ?? ''}}
Source Type
{{$supplier->supplier_type->name ?? ''}}
Area Office
{{$setAoName}}
Plant
{{$supplier->plants->name}}
CNIC
{{$supplier->cnic ?? ''}}
NTN
{{ $supplier->ntn ?? '' }}
Contact
{{$supplier->contact ?? ''}}
{{$supplier->whatsapp ?? ''}}
District
{{$getDistrict->name ?? ''}}
Tehsil
{{$getTehsil->name ?? ''}}
Latitude
{{ $supplier->latitude ?? '' }}
Longitude
{{$supplier->longitude ?? ''}}
Location / Address
{{$supplier->address ?? ''}}
Account Title
{{$supplier->bank_account_title ?? ''}}
Bank
{{$bank->name ?? ''}}
Branch Code
{{$supplier->bank_branch_code ?? ''}}
IBAN
{{$supplier->bank_account_no ?? ''}}
Branch Address
{{$supplier->bank_address ?? ''}}
Name
{{ $supplier->next_of_kin_name ?? '' }}
Father Name
{{$supplier->next_of_kin_father_name ?? ''}}
CNIC
{{$supplier->next_of_kin_cnic ?? ''}}
Contact
{{$supplier->next_of_kin_contact ?? ''}}
Relation With Supplier
{{$supplier->relation ?? ''}}
No
Ref
Rent
From
To
W.E.F
Status
{{ ++$key }}
{{ @$agreement['refrence_no'] }}
{{ @$agreement['rent'] }}
{{@$agreement['from'] }}
{{ @$agreement['to'] }}
{{ @$agreement['wef'] }}
{{ isset($agreement['status']) && $agreement['status'] == 1 ? 'ACTIVE' : 'IN-ACTIVE' }}
No
Collection Point
Status
{{ ++$key }}
{{ $cp->name }}
{{ isset($cp->status) && $cp->status == 1 ? 'ACTIVE' : 'IN-ACTIVE' }}
FF-1
{{ $supplier->ff_1 ?? '' }}
FF-2
{{$supplier->ff_2 ?? ''}}
FF-3
{{$supplier->ff_3 ?? ''}}
Total Production
{{ $supplier->total_milk_production ?? '' }}
Available For Sale
{{$supplier->milk_available_for_sale ?? ''}}
Current Price
{{$supplier->price_per_litre ?? ''}}
Currently Supplying To
{{$supplier->currently_supplying_to ?? ''}}
Milking
{{$supplier->milking_animals ?? ''}}
Dry
{{$supplier->dry_animals ?? ''}}
Total
{{$supplier->no_of_animals ?? ''}}
Heifers
{{$supplier->heifers ?? ''}}
Young Stock
{{$supplier->young_stock ?? ''}}
Vacination & Deworming
{{$supplier->have_vaccinated == 1 ? 'Yes' : 'No'}}
Dimensions Of Shed
{{ $supplier->shed_dimension_width && $supplier->shed_dimension_height ? $supplier->shed_dimension_width . '*' . $supplier->shed_dimension_height : '' }}
Direction
{{$supplier->direction_of_shed ?? ''}}
Open Area (Square Meter)
{{$supplier->open_area ?? ''}}
No Of Water Troughs
{{$supplier->water_trough ?? ''}}