@extends('layouts.Admin.master') @section('title') ادارة الاهتمامات @endsection @section('css')
# | اسم العميل | رقم الجوال | عدد الاهتمامات | آخر تاريخ اهتمام | عرض التفاصيل |
---|---|---|---|---|---|
{{ $loop->iteration }} | {{ $first->client_name }} | {{ $first->client_phone }} | {{ $count }} | {{ \Carbon\Carbon::parse($latestDate)->format('d-m-Y') }} | |
لا توجد بيانات حالياً |