@extends('layout.app') @section('content')

Customet List

@foreach ($list as $row) @endforeach
ID Customer Name Mobile Email 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 }}
@endsection