@extends('layouts.app') @section('title', $page_title) @push('styles') @endpush @section('content')
@csrf

Payment Month: {{date('F-Y', strtotime($payment_month))}}

@endsection @push('scripts') {{-- Only INPUT Number and floting Number --}} @endpush