@include('sidebars.customers')

{!!$customer->companyname!!}
{!!$customer->sign!!}
Ref. {!!$customer->name!!} {!!$customer->surname!!}
{!!$customer->address!!}
{!!$customer->postcode!!} {!!$customer->city!!} {!!$customer->province!!} - {!!$customer->country!!}
{!!$customer->telephone!!} {!!$customer->mobile!!}
{!!$customer->email!!}
@include('components.orders_table')
@include('components.log_lines')