@extends('layouts.load') @section('content')
Customer ID# | {{ $subs->user->id }} |
---|---|
Name | {{ $subs->user->name }} |
{{$subs->user->email}} | |
Phone | {{$subs->user->phone}} |
Fax | {{$subs->user->fax}} |
Address | {{$subs->user->address}} |
City | {{$subs->user->city}} |
Zip | {{$subs->user->zip}} |
Vendor Name | {{$subs->user->owner_name}} |
Vendor Phone Number | {{$subs->user->shop_number}} |
Vendor Shop Address | {{$subs->user->shop_address}} |
Vendor Registration Number | {{$subs->user->reg_number}} |
Vendor Message | {{$subs->user->shop_message}} |
Subscription Plan | {{$subs->title}} |
Currency Symbol | {{$subs->currency}} |
Cost | {{$subs->price}} |
Duration | {{$subs->days}} Days |
Details | {!!$subs->details!!} |
Duration | {{$subs->days}} Days |
Method | {{$subs->method}} |
Transaction ID | {{$subs->txnid}} |
Charge ID | {{$subs->charge_id}} |
Transaction ID | {{$subs->txnid}} |
Purchase Time | {{$subs->created_at->diffForHumans()}} |