@extends('user.layouts.index') @section('content')
Subscriber
Nama {{ $client->name }}
Email {{ $client->email }}
Phone {{ $client->phone }}
View Produk : {{ $subcount }}
@foreach($subscriber as $key => $value) @endforeach
No Produk Yang Diikuti
{{ $no++ }} {{ $value->product->title }}
@endsection