@extends('layouts.app_mobile') @section('link') @endsection @section('style') @endsection @section('content')
@include('shared.messages')

{{__('texte.mobile_views_arr.forklift_transfer_start.transfer')}}


{{__('texte.mobile_views_arr.forklift_transfer_start.storage')}}: {{ $stock_transfer->storage_from->name }}
{{__('texte.mobile_views_arr.forklift_transfer_start.place')}}:
{{__('texte.mobile_views_arr.forklift_transfer_start.pallet')}}:
{{__('texte.mobile_views_arr.forklift_transfer_start.quantity')}}:
{{__('texte.mobile_views_arr.forklift_transfer_start.product')}}:
{{__('texte.mobile_views_arr.forklift_transfer_start.product_barcode')}}:
{{__('texte.mobile_views_arr.forklift_transfer_start.new_storage')}}: {{ $stock_transfer->storage_to->name }}
{{__('texte.mobile_views_arr.forklift_transfer_start.new_place')}}:
{{ csrf_field() }}
@if(config('settings.has_barcode_scanner')) @endif
{{__('texte.mobile_views_arr.forklift_transfer_start.transfer_completing')}}
@endsection