@extends('layouts.app') @section('header')
@endsection @section('content')
{{ csrf_field() }}






@endsection @section('scripts') @include('billing.purchaseorder.inc.script') @endsection