@extends('pages/page') @section('css') @endsection @section('below_content')
{{ $customer->name ?? '' }}
{{ $customer->no ?? '' }}
Active {{-- TBC --}}
£{{ number_format($customer->credit_limit,2) }}
Balance: £{{ number_format($customer->balance,2) }}Available: £{{ number_format($customer->credit_limit - $customer->balance,2) }}
{{ Auth::user()->email }}
********
{{ $customer && $customer->receive_marketing_communications ? "YES" : "NO" }}
{{ $customer->contat ?? '' }}
{{ $customer->phone_no ?? '' }}
{{ $customer->fax_no ?? '' }}
{{ $customer->mobile ?? '' }}
{{ $customer->address_1 ?? '' }}
{{ $customer->address_2 ?? '' }}
{{ $customer->city ?? '' }}
{{ $customer->county ?? '' }}
{{ $customer->postcode ?? '' }}
Need to amend your details? Send us an email to get in touch.