ultimatepos/resources/views/components/document_help_text.blade.php

9 lines
199 B
PHP

<br>
@lang('lang_v1.allowed_file'):
@foreach(config('constants.document_upload_mimes_types') as $key => $value)
@if(!$loop->last)
{{$value . ','}}
@else
{{$value}}
@endif
@endforeach