@extends('layouts.app') @php $userRole = \Session::get('role'); $userPermission = \Session::get('userPermission'); @endphp @section('content')
Customer : View
Customer Detail
Customer Name
{{$customer->customer_name!='' ? $customer->customer_name : 'N/A'}}
Customer Type
{{$customer->customer_type!='' ? $customer->customer_type : 'N/A'}}
Site Name
{{$customer->site_name!='' ? $customer->site_name : 'N/A'}}
Mode Of Support
{{ $customer->mode_of_support!='' ? $customer->mode_of_support : 'N/A' }}
Area
{{$customer->area!='' ? $customer->area : 'N/A'}}
Organisation
{{$customer->company!='' ? $customer->company : 'N/A'}}
Fleet Size
{{$customer->fleet_size!='' ? $customer->fleet_size : 'N/A'}}
Region
{{$customer->region!='' ? $customer->region : 'N/A'}}
Dealer Name
{{$customer->dealer_name!='' ? $customer->dealer_name : 'N/A'}}
Customer Contact
@csrf
@if(count($customerContacts)>0) @foreach($customerContacts as $key => $customerContact) @endforeach @else @endif
Default Contact
Contact Name
Phone No.
WhatsApp No.
Email
Designation
Language
Action
is_default==1) checked @endif/>
Add Contact
@if($userRole == 'rsm' || $userRole == 'asm')
Update
@endif
Recent Complaints
Complaint Number
Complaint Type
Open Days
Case Owner
Action