@extends('statepanel.layout.master') @section('content')
Statements
@foreach ($months as $key => $value) @php $currentdate = \App\Helper\CommonFunction::getLastAndFirstDay($key);@endphp @if ($key < $currentMonth) @else @endif @endforeach
Month Action
{{ ucfirst(strtolower($value)) }} {{ $currentdate['firstDay'] }} to {{ $currentdate['lastDay'] }} PDF | Excel | CSV
@endsection