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

Add Sale Type

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