@extends('layouts.master_partner') @section('title') Referral Customers @endsection @section('referral') active @endsection @section('content')
# | Name | Phone | Organization | City | Country | Orders | |
---|---|---|---|---|---|---|---|
{{ $loop->iteration }} | {{ $customer->name }} | {{ $customer->email }} | {{ $customer->mobile_phone }} | {{ $customer->organization }} | {{ $customer->cityName->name }} | {{ $customer->countryName->name }} | View {{ $customer->subscriptions->count() }} Order(s) |
No Customer |