@csrf
@if ($errors->has('for_pesanan'))
{{$errors->first('for_pesanan')}}
@endif
@if ($errors->has('for_qty'))
{{$errors->first('for_qty')}}
@endif
@if ($errors->has('for_request'))
{{$errors->first('for_request')}}
@endif