@extends('layouts.front.login-site') @section('content') @php // Assuming you have two dates $now = \Carbon\Carbon::now(); $startDate = \Carbon\Carbon::parse($bidProperty->start_date . ' ' . $bidProperty->start_time); $endDate = \Carbon\Carbon::parse($bidProperty->end_date . ' ' . $bidProperty->end_time); @endphp