@extends('admin.layouts.master') @section('title') تقرير عن البوت @endsection @section('css') @endsection @section('content-header')
{{-- | # | --}}اسم العميل | حاله العميل | تصنيف العميل | رقم الهاتف |
---|---|---|---|---|---|
{{-- | {{ $loop->index + 1 }} | --}}{{ $row->client->name }} | {{ $row->client->status->name }} | {{ $row->client?->classification?->name }} | {{ $row->client->phone }} |