@lang("labels.migration-tracker.date") | @lang('labels.service') | @lang("vehicle::labels.licensePlate") | @lang("party::labels.fullname") | @lang("party::labels.contact") | @lang('labels.status') | @lang('labels.migration-tracker.reason') | @lang('labels.last_updated_at') |
---|---|---|---|---|---|---|---|
@date($item->transaction_date) | {{ $item->service->name }} | {{ $item->license_plate }} | {{ $item->party_name }} | {{ $item->party_phone_number }} | @statusBadge($item->service_status) | {{ $item->failure_reason }} | {{ $item->updated_at->diffForHumans() }} |