@extends('layouts.app') @section('title', 'العملاء') @section('page_title', 'قاعدة بيانات العملاء') @section('page_subtitle', 'ملف موحّد لكل عميل يجمع مكالماته وطلباته وتذاكره') @section('page_actions') @if (auth()->user()->hasPermission('customers.export')) تصدير CSV @endif @if (auth()->user()->hasPermission('customers.create')) @endif @endsection @section('content')
# الاسم الهاتف المدينة التصنيف المسؤول المكالمات آخر تواصل إجراءات
@include('customers.partials.modal') @endsection @push('scripts') @endpush