@extends('layouts.frontend') @section('content') My Account Lorem Ipsum is simply dummy text of the printing and typesetting industry. @if (Session::has('success')) {{ Session::get('success') }} @endif History Scheduled My Profile @if (!empty($history)) @foreach ($history as $historyData) Loaded No. Plate {{$historyData->trip['lorry']['plate_number']}} {{\Carbon\Carbon::parse($historyData->created_at)->format('Y-m-d')}} {{\Carbon\Carbon::parse($historyData->created_at)->format('h:i')}} {{$historyData->loadInfo->shipment_id}} {{$historyData->price}} SAR {{-- {{$historyData->Dubai}} --}} {{$historyData->order_status}} @endforeach @else {{'No Recode'}} @endif @foreach ($schedule as $sheduledata) Loaded No. Plate {{$sheduledata->trip['lorry']['plate_number']}} {{\Carbon\Carbon::parse($sheduledata->created_at)->format('Y-m-d')}} {{\Carbon\Carbon::parse($sheduledata->created_at)->format('h:i')}} {{$sheduledata->loadInfo['shipment_id']}} {{$sheduledata->price}} SAR @foreach ($sheduledata->orderPickups as $adress) {{$adress->address}} @endforeach @endforeach First Name Last Name Date of Birth Change Password Submit @endsection
Lorem Ipsum is simply dummy text of the printing and typesetting industry.
Loaded