@extends('layouts.master') @section('title', 'PetroERP- An ERP for Petrol Pumps') @section('content')
Bill Cycle

Active Bill Cycle

@if(count($billCycles)>0)
@foreach($billCycles as $billCycle) @endforeach
Name Max. Limit Days Action
{{$billCycle->name}} {{$billCycle->limitDays}}
{{$billCycles->links()}}
@else
No Active Bill Cycle Records Found.
@endif
@endsection