@extends('Frontend.Reports.parse.layout') @section('content')
| {{ rtl(trans('front.report_type'), $data) }}: {{ rtl($types[$data['type']], $data) }} | {{ $data['date_from'] }} - {{ $data['date_to'] }} |
|---|
| {{ rtl(trans('global.device'), $data) }} | {{ rtl(trans('front.transporter'), $data) }} | {{ rtl(trans('front.consignor_name'), $data) }} | {{ rtl(trans('front.consignee_name'), $data) }} | {{ rtl(trans('front.consignee_destination'), $data) }} | {{ rtl(trans('front.datetime_dispatch'), $data) }} | {{ rtl(trans('front.datetime_unloading'), $data) }} | {{ rtl(trans('front.duration'), $data) }} | {{ rtl(trans('front.move_duration'), $data) }} | {{ rtl(trans('front.loading_location'), $data) }} | {{ rtl(trans('front.unloading_location'), $data) }} | {{ rtl(trans('global.distance'), $data) }} | {{ rtl(trans('front.current_datetime'), $data) }} | {{ rtl(trans('front.current_location'), $data) }} | {{ rtl(trans('front.stop_duration'), $data) }} | {{ rtl(trans('front.remark'), $data) }} |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| {{ $item['device']['name'] }} | {{ rtl(trans('front.nothing_found_request'), $data) }} | ||||||||||||||
| {{ $item['device']['name'] }} | {{ !empty($journey['begin']['time']) ? $journey['begin']['time'] : '' }} | {{ !empty($journey['end']['time']) ? $journey['end']['time'] : '' }} | {{ !empty($journey['duration']) ? $journey['duration'] : '' }} | {{ !empty($journey['move_duration']) ? $journey['move_duration'] : '' }} | {{ !empty($journey['begin']['address']) ? $journey['begin']['address'] : '' }} | {{ !empty($journey['end']['address']) ? $journey['end']['address'] : '' }} | {{ !empty($journey['distance']) ? $journey['distance'] : '' }} | {{ $item['device']['time'] }} | {{ $item['device']['address'] }} | {{ !empty($journey['stop_duration']) ? $journey['stop_duration'] : '' }} | |||||