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

{{__('texte.mobile_views_arr.forklift_unlock_start.unlock_stocks')}}

{{__('texte.mobile_views_arr.forklift_unlock_start.place_barcode')}}: {{ $forklift_unlock->stock->place->barcode }}
{{__('texte.mobile_views_arr.forklift_unlock_start.pallet_barcode')}}: {{ $forklift_unlock->stock->pallet}}
{{__('texte.mobile_views_arr.forklift_unlock_start.quantity_ordered')}}: {{ $forklift_unlock->quantity_ordered ?? 0}} {{__('texte.mobile_views_arr.forklift_unlock_start.count')}}
{{__('texte.mobile_views_arr.forklift_unlock_start.product')}}: {{ $forklift_unlock->stock->product->name}}
{{__('texte.mobile_views_arr.forklift_unlock_start.place_to_supply')}}: {{ $address_to_supply!==0 ? $address_to_supply : __('texte.mobile_views_arr.forklift_unlock_start.choice')}}
{{ csrf_field() }}
@if(config('settings.has_barcode_scanner')) @endif
@endsection