@extends('backend.app') @section('content')
| # | Courier Name | Assigned | On Transit | Delivered | Returned |
|---|---|---|---|---|---|
| {{ $key + 1 }} | {{ $courierName }} | {{ $courier->total_assigned }} | {{ $courier->total_processing }} |
{{ $courier->total_delivered }} {{ $successRatio }}% |
{{ $courier->total_returned }} @if($returnRatio > 15) {{ $returnRatio }}% @else {{ $returnRatio }}% @endif |
| No courier data found. | |||||