@extends('admin.layouts.master') @section('title', 'طلبات الونش') @section('css') @include('admin.layouts.css') @endsection @section('body')
| # | الاسم | المستخدم | رقم الهاتف | الوصف | من | إلى | الحالة | إجراءات |
|---|---|---|---|---|---|---|---|---|
| {{ $loop->iteration }} | {{ $winch->name }} | {{ $winch->user->full_name ?? '-' }} | {{ $winch->phone_number }} | {{ $winch->car_description }} | {{ $winch->current_address }} | {{ $winch->destination_address }} | {{ $winch->status }} |