@extends('dashboard.layouts.app') @section('content')
الإسم | رقم الجوال | البريد | {{--العنوان | --}} {{--الطلبات | --}}الحالة | التحكم | |
---|---|---|---|---|---|---|---|
{{ $item->name . ' ' . $item->name }} | {{ $item->phone }} | {{ $item->email }} | {{--{{ $item->city->state . '/' . $item->city->city }} | --}} {{--
@if (count($item->orders) > 0)
{{ count($item->orders) }}
@else
لا يوجد طلبات @endif | --}}
@if ($item->status == '1')
نشط | @elseغير نشط | @endif
لا يوجد بيانات حاليا
@endif