@extends('layouts.master') @section('css') @endsection @section('page-header')
@endsection @section('content')| # | الاسم | رقم الهاتف | إجراء (واتساب) |
|---|---|---|---|
| {{ $customers->firstItem() + $key }} | {{ $customer->name }} | {{ $customer->phone ?? 'لا يوجد' }} | @if($customer->phone) @else لا يوجد رقم @endif |