@extends('layouts.master') @section('title', 'PetroERP- An ERP for Petrol Pumps') @section('content') Bill Cycle Basic Settings Bill Cycle Active Bill Cycle Active List Deactive List Add Bill Cycle @if(count($billCycles)>0) Name Max. Limit Days Action @foreach($billCycles as $billCycle) {{$billCycle->name}} {{$billCycle->limitDays}} @endforeach {{$billCycles->links()}} Excel Toggle Dropdown Current Page All Pages PDF Toggle Dropdown Current Page All Pages @else No Active Bill Cycle Records Found. @endif @endsection