@extends('hr_main') @section('title' ) @section('content')
New

COMISSION LIST

{{ csrf_field() }} @foreach($billingComissions as $billingComission) @endforeach
SL# Effective Date Generate Date Designation Percentage Action
{{++$no}} {{ $billingComission->effectiveDate }} {{ $billingComission->generateDate }}
@endsection @section('footerAssets') @endsection