@extends('layouts/billing_layout') @section('title', '| Comission List ' ) @section('content')
New

COMISSION LIST

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