@extends('layouts.app-print') @section('title', __('messages.ReceivingStockTransferOrder')) @section('content')
@if(Auth::user()->business->getReceipt) @if(Auth::user()->business->getReceipt->is_logo_used== 1 && Auth::user()->business->getReceipt->logo !=null )
No Company Logo found From Account Settings
@endif @endif

{{ Auth::user()->business->business_name }}

{{ Auth::user()->business->address }}

{{ Auth::user()->business->city }} - {{ Auth::user()->business->country }}

{{__('messages.VATNumber')}}: {{ Auth::user()->business->vat_number }}

@yield('title')

{{__('messages.RSTO')}} #: {{$tor->reference}}

{{__('messages.STO')}} #: {{$tor->transfer_order_reference}}

{{__('messages.SOURCE')}}:

{{$tor->warehouse->name}}

{{__('messages.Destination')}}:

{{$tor->branch->name}}

{{__('messages.DateIssue')}}: {{$tor->created_at}}
testing
@foreach($tor->torItems as $trItem) @endforeach
{{__('messages.Item')}} {{__('messages.SKU')}} {{__('messages.BARCODE')}} {{__('messages.BARCODE')}}

{{ $trItem->name }}

{{ $trItem->sku }} {{ $trItem->barcode }} {{ $trItem->qty }} {{ $trItem->storage_unit }}

{{__('messages.Printedby')}}: {{ Auth::user()->name }}

{{__('messages.PrintedDate')}}: {{ date('Y-m-d H:i:s') }}


Note: It was a pleasure working with you and your team. We hope you will keep us in mind for future projects. Thank You!
@endsection