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

Edit Sale Type

@csrf @method('PATCH')
@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