@extends('layouts.app') @section('title', 'Customer') @section('content')
Sl No | Customer Unique Id | Customer Name | Company Name | Email Id | Contact Number | Logo | Status | Action |
---|---|---|---|---|---|---|---|---|
{{++$k}} | {{$customer->customer_unique_id}} | {{$customer->customer_name}} | @if(isset($customer->getCompany['company_name'])){{$customer->getCompany['company_name']}}@endif | {{$customer->email_id}} | {{$customer->phone_no}} | @if(isset($customer->logo)) |
is_active==1) checked @endif>
|