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