@extends('front.layouts.main') @section('content')
{{@$gcompany->company_name}}
{{ucfirst($subscription->plan_type)}} subscription
| Name | Phone | @foreach($newMember as $member)|
|---|---|---|
| {{$member->name}} | {{$member->email}} | {{$member->mobile_no}} |
Pricing : when a company's next bill comes up it will automatically charge.
Per user, {{$subscription->plan_type}}
Estimated bill.