No/STEM/AB/TC/ |
Date: |
इमेल व्दारे प्रति, मे. बी. एस. पटेल,
389/1, पुणीत सागर बिल्डींग,
नवीन मंगल भवन, टॉरंट पॉवर सर्कल समोर
भिवंडी. 421302.
|
@php
$added_month = date('n', strtotime($row->ProjectAddedDate));
$year = date('Y', strtotime($row->ProjectAddedDate));
$current_year = $added_month >= 4 ? $year : $year - 1;
$next_year = $current_year + 1;
$d1 = $d2 = $d3 = $d4 = $t1 = '';
if (!empty($financial_bid)) {
$financial_bid = json_decode($financial_bid->dates, true);
$d1 = date('d-m-Y', strtotime($financial_bid['opening_date']));
$d2 = date('d-m-Y', strtotime($financial_bid['letter_date1']));
$d3 = date('d-m-Y', strtotime($financial_bid['letter_date2']));
$d4 = date('d-m-Y', strtotime($financial_bid['price_bid_date']));
$t1 = date('H:i', strtotime($financial_bid['price_bid_time']));
}
@endphp
{{ $errors->first('select_agree_type') }}