@extends('backend.dashboard.layout.master') @section('content')

{{ translate('Customer Details') }}

{{ translate('Details') }}
{{ translate('Premium Company') }}
{{ translate('Account ID') }}
ID: {{ $company->id }}
{{ translate('Billing Email') }}
{{ translate('Delivery Address') }}
{{ $company->address }}
{{ translate('Language') }}
N/A
{{ translate('Latest Transaction') }}

{{ translate('Reward Points') }}

4,571 {{ translate('Points earned') }}
{{ translate('Earn reward points with every purchase.') }}

{{ translate('Transaction History') }}

{{ translate('order No.') }} {{ translate('Status') }} {{ translate('Amount') }} {{ translate('Rewards') }} {{ translate('Date') }}
#14535 {{ translate('Pending') }} $8,700.00 870 01 Sep 2020, 4:58 pm

{{ translate('Profile') }}

{{ translate('Address') }}

{{ $company->address ?? '-' }}

{{ translate('Customer information') }}

{{ $customer->user->name ?? '-' }}
{{ $customer->user->email ?? '-' }}
{{ $customer->user->phone ?? '-' }}
{{ $customer->address ?? '-' }}
{{ $customer->lang ?? '-' }}

{{ translate('Company Information') }}

@endsection