@extends('layouts.sidebar') @section('content')

MANAGE BILLING STATEMENTS

@if (session('success'))
{{ session('success') }}
@endif
Renters Billing Date Due Date Date From To Actions
@foreach ($billingStatement as $bill) @endforeach @endsection @section('scripts') @endsection