@extends('layouts.admin') @section('title', 'Purchase Type | Mintavia Admin') @section('content')

Add Purchase Type

@csrf
@foreach(\App\Models\Setting\PurchaseType::TaxType as $key => $type) @endforeach
@foreach(\App\Models\Setting\PurchaseType::InclusiveType as $key => $incType) @endforeach
@foreach(\App\Models\Setting\PurchaseType::GstType as $key => $gstType) @endforeach
@endsection