{{ $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}}
@endif @lang('business.email'){{$business->owner->email}}
@lang('business.mobile'){{$business->owner->contact_no}}
@lang('business.address'){{$business->owner->address}}
@lang( 'superadmin::lang.assign_common_suppliers' )
@lang('superadmin::lang.manage_suppliers')| @lang('contact.name') | @lang('contact.email') | @lang('contact.mobile') |
|---|---|---|
| {{ $name }} | {{ $email }} | {{ $mobile }} |
| @lang('superadmin::lang.no_suppliers_assigned') | ||
@lang( 'superadmin::lang.manage_manufacturers' )
@lang('superadmin::lang.manage_manufacturers')@lang('superadmin::lang.manage_manufacturers_help')
| @lang('contact.name') | @lang('contact.email') | @lang('contact.mobile') |
|---|---|---|
| {{ $name }} | {{ $manufacturer->email ?: '-' }} @if(empty($manufacturer->email)) @lang('superadmin::lang.no_email_warning') @endif | {{ $manufacturer->mobile ?: '-' }} |
| @lang('superadmin::lang.no_manufacturers_assigned') | ||
@lang( 'superadmin::lang.warehouse_minmax_par' )
@lang('superadmin::lang.warehouse_minmax_par_help')
{!! Form::open(['url' => action([\Modules\Superadmin\Http\Controllers\BusinessController::class, 'seedWarehouseMinMax'], [$business->id]), 'method' => 'post', 'class' => 'form-inline']) !!}@lang( 'superadmin::lang.tpm_po_frequency' )
@lang('superadmin::lang.tpm_po_frequency_help')
@if(empty($business->tpm_po_frequency_days))
@lang('superadmin::lang.tpm_po_frequency_off')
@endif
@if($business->assignedManufacturers->isEmpty())
@lang('superadmin::lang.tpm_none_assigned')
@lang('superadmin::lang.manage_manufacturers')
@else
@lang('superadmin::lang.tpm_po_goes_to'): {{ $business->assignedManufacturers->pluck('name')->filter()->implode(', ') ?: $business->assignedManufacturers->first()->supplier_business_name }}
@endif
@lang( 'superadmin::lang.drug_license' )
@lang('superadmin::lang.drug_license_warehouse_help')
@endif {!! Form::close() !!}@lang( 'superadmin::lang.other_licenses' )
@lang( 'superadmin::lang.store_unique_number' )
@lang('superadmin::lang.store_unique_number_help')
{!! Form::close() !!}@lang( 'superadmin::lang.auto_po_frequency' )
@lang('superadmin::lang.auto_po_frequency_help')
@if(empty($business->auto_po_frequency_days) && !empty($effective_auto_po_frequency))
@lang('superadmin::lang.auto_po_frequency_inherited', ['days' => $effective_auto_po_frequency])
@elseif(empty($effective_auto_po_frequency))
@lang('superadmin::lang.auto_po_frequency_off')
@endif
{!! Form::open(['url' => action([\Modules\Superadmin\Http\Controllers\BusinessController::class, 'saveUrgentPoPercent'], [$business->id]), 'method' => 'post', 'class' => 'form-inline']) !!}
@lang('superadmin::lang.urgent_po_min_percent_help')
@php $effective_urgent_pct = $business->effectiveUrgentPoMinPercent(); @endphp
@if(!empty($effective_urgent_pct))
@lang('superadmin::lang.urgent_po_min_percent_effective', ['percent' => $effective_urgent_pct])
@else
@lang('superadmin::lang.urgent_po_min_percent_off')
@endif
@if($assigned_suppliers->isEmpty()) @lang('superadmin::lang.auto_po_supplier_none_assigned') @lang('superadmin::lang.assign_common_suppliers') @else @lang('superadmin::lang.auto_po_goes_to'): {{ $assigned_suppliers->implode(', ') }} (@lang('superadmin::lang.assign_common_suppliers')) @endif
@lang( 'superadmin::lang.sell_return_policy' )
@lang('superadmin::lang.sell_return_period_days_help')
{!! Form::close() !!}@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 |
| @lang( 'business.username' ) | @lang( 'user.name' ) | @lang( 'user.role' ) | @lang( 'business.email' ) | @lang( 'messages.action' ) |
|---|