@extends('backend.partials.master') @section('title') {{ __('reports.parcel_reports') }} @endsection @section('maincontent')
@csrf
@error('parcel_date') {{ $message }} @enderror
@error('parcel_merchant_id') {{ $message }} @enderror
@error('parcel_status') {{ $message }} @enderror
{{ __('levels.clear') }}
@if(isset($print))

{{ __('reports.parcel_reports') }}

@if(!blank($parcel_ids) ) {{ __('reports.print') }} @endif
@php $i=1; @endphp @foreach($parcels as $key=>$parcel) @endforeach
{{ __('###') }} {{ __('parcel.status') }} {{ __('reports.count') }}
{{ $i++ }} {!! StatusParcel($key) !!} {{ $parcel->count() }}
{{ __('reports.total_cash_collection') }} {{ settings()->currency }} {{ totalParcelsCashcollection($parcels) }}
@endif
@endsection() @push('styles') @endpush @push('scripts') @endpush