@extends('layouts.app') @section('content')
| {{ _lang('Name') }} | {{ _lang('Company') }} | {{ _lang('Email') }} | {{ _lang('Package') }} | {{ _lang('Membership') }} | {{ _lang('Details') }} |
|---|---|---|---|---|---|
{{ _lang('Company ID') }} - #{{ $user->id }}{{ $user->name }} |
{{ $user->company->business_name }} | {{ $user->email }} | {{ $user->company->package->package_name }}({{ ucwords($user->company->package_type) }}) | {!! $user->company->membership_type == 'trial' ? clean(status(ucwords($user->company->membership_type), 'danger')) : clean(status(ucwords($user->company->membership_type), 'success')) !!} | {{ _lang('View') }} |
| {{ _lang('Date') }} | {{ _lang('Company') }} | {{ _lang('Package') }} | {{ _lang('Method') }} | {{ _lang('Amount') }} |
|---|---|---|---|---|
| {{ date("$date_format $time_format",strtotime($history->created_at)) }} | {{ $history->company->business_name }} | {{ $history->title }}({{ ucwords($history->package_type) }}) | {{ $history->method }} | {{ $history->currency.' '.$history->amount }} |