@extends('layouts/contentNavbarLayout') @section('title', 'Subscription Report') @section('content')

Home /Resident Subscription Report

Resident Subscription Report
Filter
{!! Form::label('from_date', 'From Date', ['class' => 'form-label']) !!} {!! Form::input('datetime-local','from_date', now()->format('Y-m-d\TH:i') , ['class' => 'form-control', 'id' => 'from_date']) !!}
{!! Form::label('to_date', 'To Date', ['class' => 'form-label']) !!} {!! Form::input('datetime-local','to_date', now()->addHour()->format('Y-m-d\TH:i'), ['class' => 'form-control', 'id' => 'to_date']) !!}
ID Community Name Resident Name Address Plan ID Duration
@endsection @section('page-script') @endsection