@extends('layouts.app_mobile') @section('link') @endsection @section('content')
@include('shared.messages')
@if(count($forklift_unlocks)>0) @foreach ($forklift_unlocks as $forklift_unlock) @if(isset($forklift_unlock->stock)) @endif @endforeach
{{__('texte.mobile_views_arr.forklift_unlocks.product')}} {{__('texte.mobile_views_arr.forklift_unlocks.quantity_short')}}
{{ $forklift_unlock->stock->product->name}} {{ $forklift_unlock->quantity_ordered ?? 0}}
@else {{__('texte.mobile_views_arr.forklift_unlocks.no_pending_unlocks')}} @endif
@endsection