@csrf
New
@if($errors->has('supplier_id'))
{{$errors->first('supplier_id')}}
@endif
New
@if($errors->has('items_id'))
{{$errors->first('items_id')}}
@endif
New
@if($errors->has('payment_method_id'))
{{$errors->first('payment_method_id')}}
@endif
@if($errors->has('amount'))
{{$errors->first('amount')}}
@endif