@extends('layouts.app') @section('link')
@endsection @section('content') @include('shared.messages')
{{__('texte.stock_transfers_arr.index.transfers')}}
--- {{__('texte.stock_transfers_arr.index.product')}} ---
@foreach($products as $product)
{{$product->name}}
@endforeach
--- {{__('texte.stock_transfers_arr.index.storage_from')}} ---
@foreach($storages as $storage)
{{$storage->name}}
@endforeach
--- {{__('texte.stock_transfers_arr.index.storage_to')}} ---
@foreach($storages as $storage)
{{$storage->name}}
@endforeach
--- {{__('texte.stock_transfers_arr.index.status')}} ---
Чакащо
Приключено
{{__('texte.stock_transfers_arr.index.reset_filters')}}
{{strtoupper(__('texte.stock_transfers_arr.index.id'))}}
{{__('texte.stock_transfers_arr.index.date')}}
{{__('texte.stock_transfers_arr.index.user')}}
{{__('texte.stock_transfers_arr.index.storage_from')}}
{{__('texte.stock_transfers_arr.index.storage_to')}}
{{__('texte.stock_transfers_arr.index.note')}}
{{__('texte.stock_transfers_arr.index.doer')}}
{{__('texte.stock_transfers_arr.index.status')}}
{{__('texte.stock_transfers_arr.index.products')}}
×
{{__('texte.stock_transfers_arr.index.stock_transfer_delete')}}
{{__('texte.stock_transfers_arr.index.stock_transfer_delete_confirm')}}
×
{{__('texte.stock_transfers_arr.index.stock_transfer_release_movements')}}
{{__('texte.stock_transfers_arr.index.stock_transfer_release_movements_confirm')}}
@endsection