@extends('layouts.portal.app') @section('content')
@if(Session::has('errorResponse'))
@endif
@foreach($potentialCustomers as $potentialCustomer) @endforeach
# Names Phone Description Actions
{{ $loop->iteration }} {{ $potentialCustomer->names }} {{ $potentialCustomer->phone }} {{ $potentialCustomer->description }}
{{ $potentialCustomers->render() }}
@include('portal.potential-customers.edit') @include('portal.potential-customers.delete') @endsection