@extends('admin.includes.base') @section('content')
@include('common.notify')

Punch Purchase Order


{{csrf_field()}}
@if ($errors->has('purchase_number')) {{ $errors->first('purchase_number') }} @endif
@if ($errors->has('vendor')) {{ $errors->first('vendor') }} @endif
Item Quantity Unit Action
@if ($errors->has('comments')) {{ $errors->first('comments') }} @endif
Cancel
@endsection @push('scripts') @endpush