@extends('layouts.app') @section('title', __('messages.ReceivingStockTransferOrder')) @section('stitle', __('messages.ReceivingStockTransferOrder')) @section('content')
@if(session()->get('title') == "success") @elseif (session()->get('title') == "error") @endif
@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->address }}

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

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

{{__('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

{{--
--}} {{--
--}} {{--
--}} {{--
Supplier Details:
--}} {{--
{{$tor->grnSupplier->name}}
--}} {{--

{{$tor->grnSupplier->address}}

--}} {{--

{{$tor->grnSupplier->email}}

--}} {{--
--}} {{--
--}} {{--
--}} {{--
--}} {{--
--}}
@foreach($tor->torItems as $torItem) @endforeach
{{__('messages.name')}} {{__('messages.SKU')}} {{__('messages.BARCODE')}} {{__('messages.QTY')}}
{{ $torItem->name }} {{ $torItem->sku }} {{ $torItem->barcode }} {{ $torItem->qty }} {{$torItem->storage_unit}}

{{__('messages.CreatedBy')}}: {{$tor->user->name}}


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