@extends('layouts.backend') @section('content')
Status:

Personal Information

  • Full Name: {{ $customer->first_name . ' ' . $customer->last_name }}
  • Position in company: {{ $customer->position_in_company }}
  • Phone number: {{ $customer->phone_number }}
  • Email: {{ $customer->email }}

Company Information

  • Legal Name: {{ $customer->legal_name }}
  • Region: {{ $customer->region }}
  • EORI Number: {{ $customer->eori_number }}
  • VAT Number: {{ $customer->vat_number }}
  • Company Type: {{ $customer->company_type }}
  • Category: {{ $customer->company_category }}
  • Registration number: {{ $customer->registration_number }}
  • Deferment number: {{ $customer->deferment_account_number }}
  • Shipments in a month: {{ $customer->shipments }}
@endsection