@extends('layout.default') @section('styles') @endsection @section('content')

Purchase Order Create

@can('purchaseorder.index') Back(ESC) @endcan @can('purchaseorder.store')
@endcan
@if(\Illuminate\Support\Facades\Auth::user()->roles()->first()->name !== "super-admin" ) @else @endif
@include('purchaseorder::material_tbl', ['purchase_order_details' => null, 'action' => 'create'])
Material * Brand QTY * PO Unit Unit Size Remarks Rate * Amount Discount(%) Disc. Amt. After Disc. Amt. GST % GST Amount Net Total Delete

@error('status') {{ $message }} @enderror
Terms * Condition * Delete
@endsection @section('scripts') @endsection