@extends('front.layouts.main') @section('content')

{{@$gcompany->company_name}}

@include('front.includes.dashboard-menu')
@include('front.company.menu')

Subscription & Billing Info

Pricing : when a company's next bill comes up it will automatically charge.

@if($subscription->plan_type=='monthly')20 @else 200 @endif

Per user, {{$subscription->plan_type}}

{{csrf_field()}}
{{$amount}}

Estimated bill.

@endsection @section('js') @endsection