@extends('layouts.crm') @section('title', $customer->display_name.' — جهة اتصال — CRM — '.config('app.name')) @section('breadcrumb') الرئيسية إدارة العملاء جهات الاتصال {{ $customer->display_name }} @endsection @section('content')

{{ $customer->display_name }}

@if($customer->code)

{{ $customer->code }}

@endif
@include('crm.partials.customer-profile-body', ['customer' => $customer])
@endsection