@extends('admin.layout.master') @section('title', "الإنسحاب") @section('content')

الإنسحاب

{{--
--}} {{-- --}}{{-- @csrf--}} {{--
--}} {{--
--}} {{-- --}} {{-- --}} {{-- @if ($errors->has('trip_code'))--}} {{-- {{ $errors->first('trip_code') }}--}} {{-- @endif--}} {{--
--}} {{--
--}} {{-- --}} {{-- --}} {{-- @if ($errors->has('client_code'))--}} {{-- {{ $errors->first('client_code') }}--}} {{-- @endif--}} {{--
--}} {{--
--}} {{-- --}} {{-- --}} {{-- @if ($errors->has('captain_code'))--}} {{-- {{ $errors->first('captain_code') }}--}} {{-- @endif--}} {{--
--}} {{--
--}} {{-- --}} {{-- --}} {{-- @if ($errors->has('status'))--}} {{-- {{ $errors->first('status') }}--}} {{-- @endif--}} {{--
--}} {{--
--}} {{-- --}} {{-- --}} {{-- @if ($errors->has('class_id'))--}} {{-- {{ $errors->first('class_id') }}--}} {{-- @endif--}} {{--
--}} {{--
--}} {{-- --}} {{-- --}} {{-- @if ($errors->has('city_id'))--}} {{-- {{ $errors->first('city_id') }}--}} {{-- @endif--}} {{--
--}} {{--
--}} {{-- --}} {{-- --}} {{-- @if ($errors->has('date_from'))--}} {{-- {{ $errors->first('date_from') }}--}} {{-- @endif--}} {{--
--}} {{--
--}} {{-- --}} {{-- --}} {{-- @if ($errors->has('date_to'))--}} {{-- {{ $errors->first('date_to') }}--}} {{-- @endif--}} {{--
--}} {{-- --}} {{--
--}} {{--
--}}
{{-- @include('admin.layout.message')--}}

الإنسحاب

@foreach($rows as $row) @endforeach
# رقم الرحلة السائق الدولة الفئة مده الإنسحاب تاريخ الإنسحاب وقت الإنسحاب نوع الإنسحاب محفظة الكابتن وقت الخصم محفظة العميل وقت الإنسحاب قيمة الخصم التحكم
{{$i}} {{$row->trip->trip_code}} {{$row->trip->captain_id ? $row->trip->captain->fullname : 'لم يخصص بعد' }} {{$row->trip->country ? $row->trip->country->name['ar'] : "تم حذف الدولة"}} {{$row->trip->class ? $row->trip->class->name['ar'] : "تم حذف الفئة"}} {{\Carbon\Carbon::parse($row->time)->diffInMinutes(\Carbon\Carbon::parse($row->trip->created_at))}} {{\Carbon\Carbon::parse($row->created_at)->toDateString()}} {{\Carbon\Carbon::parse($row->created_at)->format('g:i A')}} {{$row->type == 'paid' ? "إنسحاب برسوم" : "مجانى"}} {{$row->captain_wallet}} {{$row->client_wallet}} {{$row->discount_price ? $row->discount_price : " لا يوجد "}} {{-- --}} {{-- --}} {{-- --}}
@stop