@extends('layouts.master') @section('title', 'PetroERP- An ERP for Petrol Pumps') @section('content') Bill Cycle Basic Settings Bill Cycle Deactive 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