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

{{__('texte.orders_arr.create.add_order')}}

{{ csrf_field() }}
@if ($errors->has('storage_id')) {{ $errors->first('storage_id') }} @endif
@if ($errors->has('client_id')) {{ $errors->first('client_id') }} @endif
@if ($errors->has('object_id')) {{ $errors->first('object_id') }} @endif
@if ($errors->has('payment_type')) {{ $errors->first('payment_type') }} @endif
@if ($errors->has('delivery_date')) {{ $errors->first('delivery_date') }} @endif
@if ($errors->has('payment_date')) {{ $errors->first('payment_date') }} @endif
@if ($errors->has('note')) {{ $errors->first('note') }} @endif
@if ($errors->has('product_id')) {{ $errors->first('product_id') }} @endif


@endsection