@extends('layouts.dmapp') @section('content') {{-- Delivery Dashboard --}}

Orders

@php $Slno=0; @endphp {{--@if($PlacedOrders)--}} @foreach($returnOrders as $returnOrder) @endforeach {{-- @endif--}}
Slno Order No. Customer Mobile Status Duration Actions
{{++$Slno}} {{$returnOrder->id}} {{$returnOrder->user->name}} {{--@if($returnOrder->user->mobile){{$$returnOrder->user->mobile->mobile}}@endif--}} {{$returnOrder->status->title}} {{$returnOrder->duration->title}}
@endsection