@extends('backend.partials.master') @section('title') {{ __('reports.parcel_reports') }} @endsection @section('maincontent')
| {{ __('###') }} | {{ __('parcel.status') }} | {{ __('reports.count') }} |
|---|---|---|
| {{ $i++ }} | {!! StatusParcel($key) !!} | {{ $parcel->count() }} |
| {{ __('reports.total_cash_collection') }} | {{ settings()->currency }} {{ totalParcelsCashcollection($parcels) }} |