@if (Auth::check())
View All Services
Service Code
Description
Monthly Charge
Metadata
@foreach($product as $row)
{{$row->product_code}}
{{$row->description}}
{{$row->monthly_charge}}
{{$row->metadata}}
@endforeach
@else
User is not authenticated
@endif