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