@extends('layouts.app') @section('form-title') {{ __('Articles') }} @endsection @section('breadcrumb') @endsection @section('content')
{{ __('Quick filters') }}
{!! config('furnit.delivery_icon') !!}
{{ __('Show articles expected to be delivered (=Delivery task planned)') }}
{!! config('furnit.retrieve_icon') !!}
{{ __('Show articles that need to be retrieved (=Retrieve task planned)') }}
{!! config('furnit.delivery_icon') !!}
{{ __('Show delivery articles that have not yet been ordered (=Delivery task not planned)') }}
{!! config('furnit.retrieve_icon') !!}
{{ __('Show items that need to be retrieved and have not yet been ordered (=Retrieve task not planned)') }}
{{ __('Filter') }}
@if(canViewUpdate('View supplier'))

{{ __('Supplier') }}



@foreach($suppliers as $supplier)

@endforeach
@endif

{{ __('Location') }}



{{ __('Transport') }}


{{ __('Article task status') }}




{{ __('Articles') }}
{{--
{!! articleSortOptions($name = 'article_sort_by', $selected = NULL, $class = 'get-articles') !!}
--}}
{{ __('Show projects') }}:
@endsection @push('child-scripts') @endpush