@extends('layout.app') @section('content')
ID | Customer Name | Mobile | Contact Person | Reference By | Address | Remarks | Status | Action | |
---|---|---|---|---|---|---|---|---|---|
{{ $loop->iteration }} | {{ $row->customer_name }} | {{ $row->phone }} | {{ $row->email }} | {{ $row->contact_person }} | {{ $row->reference_by }} | {{ $row->address }} | {{ $row->remarks }} | {{ $row->status }} |