@extends('layouts.app_mobile') @section('link') @endsection @section('style') @endsection @section('content')
{{__('texte.mobile_views_arr.forklift_transfer_start.place_from')}} | {{__('texte.mobile_views_arr.forklift_transfer_start.quantity_short')}} | {{__('texte.mobile_views_arr.forklift_transfer_start.product')}} | {{__('texte.mobile_views_arr.forklift_transfer_start.place_to')}} | @foreach($stock_transfer->rows as $index=>$forklift_transfer)
---|---|---|---|
{{$forklift_transfer->place_from->address}} | {{$forklift_transfer->quantity}} | {{$forklift_transfer->product->name}} | {{$forklift_transfer->place_to->address}} |