@extends('backend.layouts.app') @section('title', __('Transfer Code')) @section('content')
Transfer Trip
Trip ID
{{ $trip->code }}
Destination

{{ $trip->destination->code }}

{{ $trip->destination->name }}

Date
{{ $trip->date }}
Amount
{{ $trip->parcels->count() }} Parcel(s)
Remark
{{ $trip->remark }}

{!! getReceiveTripQr($trip->receive_code) !!}

One Time Password

{{ $trip->receive_code }}

@endsection @push('after-scripts') @endpush