@extends('layouts.master') @section('page_title', 'Customer Report') @section('title', 'Customer Report') @section('main_item', 'Reports') @section('sub_item', 'Customer Report') @section('content')
| Name | Mobile Number 1 | Mobile Number 2 | District Name |
|---|---|---|---|
| {{ $joinData->customer->name }} | {{ $joinData->mobile }} | @if ($joinData->customer->mobile_2) {{ $joinData->customer->mobile_2 }} @else N/A @endif | @if (!empty($joinData->customer->district->name_en)) {{ $joinData->customer->district->name_en }} @else N/A @endif |