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

Deactive 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