@extends('admin.layouts.layout') @section('content')
School Name | Level If Applicable | Payment Type | Min @ 75% | Max @ 75% | Tax Type and % | Variables Factors | Installment Pay Out | Action |
---|---|---|---|---|---|---|---|---|
{{ !empty($SchoolCommi->university_name) ? $SchoolCommi->university_name : '' }} | {{ !empty($SchoolCommi->applicable) ? $SchoolCommi->applicable : '' }} | {{ !empty($SchoolCommi->payment_type) ? $SchoolCommi->payment_type : '' }} | {{ !empty($SchoolCommi->min) ? $SchoolCommi->min : '' }} | {{ !empty($SchoolCommi->max) ? $SchoolCommi->max : '' }} | {{ !empty($SchoolCommi->tax_type_percentage) ? $SchoolCommi->tax_type_percentage : '' }} | {{ !empty($SchoolCommi->variable_factor) ? $SchoolCommi->variable_factor : '' }} | {{ !empty($SchoolCommi->installment_pay_out) ? $SchoolCommi->installment_pay_out : '' }} | Edit Delete |