@extends('layouts.app') @section('content')

Add PO

@csrf
@if($errors->has('reference')) {{ $errors->first('reference') }} @endif
@if($errors->has('notes')) {{ $errors->first('notes') }} @endif
@endsection