@extends('app-new') @section('content')

Edit PO Register

Update PO register details.
Back
@csrf @method('PUT')
@include('po_registers._form', ['poRegister' => $poRegister])
Cancel
@endsection @push('head-script') @endpush