@extends('admin.layouts.layout') @section('content')

{{ empty($editSchoolCommiData[0]->id) ? 'Add' : 'Edit' }} School Commission

@if(empty($editSchoolCommiData[0]->id))
@else @endif @csrf
@if ($errors->has('school_id')) {{ $errors->first('school_id') }}@endif
@if ($errors->has('applicable')){{ $errors->first('applicable') }}@endif
@if ($errors->has('min')){{ $errors->first('min') }}@endif
@if ($errors->has('max')){{ $errors->first('max') }}@endif
@if ($errors->has('tax_type_percentage')){{ $errors->first('tax_type_percentage') }}@endif
@if ($errors->has('variable_factor')){{ $errors->first('variable_factor') }}@endif
@if ($errors->has('installment_pay_out')){{ $errors->first('installment_pay_out') }}@endif
Cancel
@endsection @section('pagescriptcode') @endsection