@extends('company.layouts.app') @section('title', 'تفاصيل الفرد') @section('content')

تفاصيل الفرد

الاسم{{ $customer->full_name }}
الشركة{{ $customer->company?->name ?? '-' }}
الفرع{{ $customer->branch?->name ?? '-' }}
الهاتف{{ $customer->phone }}
الموبايل{{ $customer->mobile }}
الحالة{{ $customer->status_label }}
@endsection