@extends('layouts.app') @section('link') @endsection @section('style') @endsection @section('content')

Създаване на поръчка

{{ csrf_field() }}
@if ($errors->has('technician_id')) {{ $errors->first('technician_id') }} @endif
@if(auth()->user()->role_id==1)
@foreach(__('texte.order_statuses_'.auth()->user()->role_id) as $key=>$value) @if($key<7)
@endif @endforeach @if ($errors->has('status')) {{ $errors->first('status') }} @endif
@else @endif
@if ($errors->has('note')) {{ $errors->first('note') }} @endif
Категория Продукт Количество Мерна ед.
@if ($errors) {{ $errors->first() }} @endif
@if(auth()->user()->role_id==2 || auth()->user()->role_id==3 || auth()->user()->role_id==4 || auth()->user()->role_id==7) @else @endif