@if ($mail) {{ __('Hello') }} {{ $checkin->contact->name }},

{{ __('Please review the checkin details below') }}

@endif
@if ($checkin->warehouse->logo) @else

{{ $checkin->warehouse->name }}

@endif
{{ $checkin->warehouse->name }} ({{ $checkin->warehouse->code }})
{{ $checkin->warehouse->address }}
{{ $checkin->warehouse->phone }}
{{ $checkin->warehouse->email }}
@if ($checkin->draft)
{{ __('This record is still a draft.') }}
@endif

{{ __('Checkin') }}

 
{{ __('Date') }}: {{ $checkin->date }}
{{ __('Reference') }}: {{ $checkin->reference }}
{{ __('Created at') }}: {{ $checkin->created_at }}
{{ __('For') }}:
{{ $checkin->contact->name }}
{{ $checkin->contact->phone }}
{{ $checkin->contact->email }}
@foreach ($checkin->items as $item) @if ($item->variations->isNotEmpty()) @if ($settings->track_weight) @endif @foreach ($item->variations as $variation) @if ($settings->track_weight) @endif @endforeach @else @if ($settings->track_weight) @endif @endif @endforeach
{{ __('Item') }} {{ __('Weight') }} {{ __('Quantity') }}
{{ $item->item->name }} ({{ $item->item->code }})
@foreach ($variation->meta as $variant => $value) {{ $variant }}: {{ $value }}{{ $loop->last ? '' : ', ' }} @endforeach @if ($item->item->track_weight) {{ formatNumber($variation->pivot->weight, $settings->fraction) }} {{ $settings->weight_unit }} @endif {{ formatNumber($variation->pivot->quantity, $settings->fraction) }} {{ $item->unit ? $item->unit->code : '' }}
{{ $item->item->name }} ({{ $item->item->code }}) @if ($item->item->track_weight) {{ formatNumber($item->weight, $settings->fraction) }} {{ $settings->weight_unit }} @endif {{ formatNumber($item->quantity, $settings->fraction) }} {{ $item->unit ? $item->unit->code : '' }}
{{ $checkin->details }}
{{ __('This is computer generated document, no signature required.') }}