{{-- @if ($isAuthenticated) --}}

Application For Pet License

पाळीव प्राणी परवान्यासाठी अर्ज

@if (Auth::guard('petregistereduser')->check()) @else @endif

Application For Pet Renewal License

पाळीव प्राणी परवाना नूतनीकरण अर्ज

@if ($isAuthenticated) @if (\Carbon\Carbon::now()->format('Y-m-d') <= '2025-03-31')
Pet Renewal License by 31 , March 2026
@else {{--
Pet Renewal License at March 31, 2026
--}}
@endif @else
Pet Renewal License by 31 , March 2026
@endif
{{-- @endif --}}