{{ $business->name }}
{{ $business->name }}
@lang('business.currency'){{ $business->currency->currency }}
@lang('business.tax_number1')@if(!empty($business->tax_number_1)) {{ $business->tax_label_1 }}: {{ $business->tax_number_1 }} @endif
@lang('business.tax_number2')@if(!empty($business->tax_number_2)) {{ $business->tax_label_2 }}: {{ $business->tax_number_2 }} @endif
{{ $business->time_zone }}
@lang('business.is_active') @if($business->is_active == 0)Inactive
@elseActive
@endif @lang('business.created_by') @if(!empty($created_by)){{$created_by->surname}} {{$created_by->first_name}} {{$created_by->last_name}}
@endif{{$business->owner->surname}} {{$business->owner->first_name}} {{$business->owner->last_name}}
@lang('business.email'){{$business->owner->email}}
@lang('business.mobile'){{$business->owner->contact_no}}
@lang('business.address'){{$business->owner->address}}
@lang( 'superadmin::lang.business_location' )
Name | Location ID | Landmark | city | Zip Code | State | Country |
---|---|---|---|---|---|---|
{{ $location->name }} | {{ $location->location_id }} | {{ $location->landmark }} | {{ $location->city }} | {{ $location->zip_code }} | {{ $location->state }} | {{ $location->country }} |
@lang( 'superadmin::lang.package_subscription' )
Package Name | Start Date | Trail End Date | End Date | Paid Via | Payment Transaction ID | Created At | Created By |
---|---|---|---|---|---|---|---|
{{ $subscription->package_details['name'] }} | @if(!empty($subscription->start_date)){{@format_date($subscription->start_date)}}@endif | @if(!empty($subscription->trial_end_date)){{@format_date($subscription->trial_end_date)}}@endif | @if(!empty($subscription->end_date)){{@format_date($subscription->end_date)}}@endif | {{ $subscription->paid_via }} | {{ $subscription->payment_transaction_id }} | {{ $subscription->created_at }} | @if(!empty($subscription->created_user)) {{$subscription->created_user->user_full_name}} @endif |