@foreach($reminder as $v) @php $owner_name = ''; $check = ''; if($v->status == 1) { $check = 'checked'; } if($v->info) { $info = json_decode($v->info,true); $address = $info['address']; $name = $info['name']; if($v->type == 'মহাজন') { $owner_name = $info['mohajon_owner_name']; } } else { $owner_name = ''; $name = ''; $address = ''; } @endphp
নাম : {{ $name }} ({{$v->type}})
@if($owner_name != '')মালিকের নাম : {{ $owner_name }}
@endifবিবরন - {{ $v->description }}
@if($v->date_to == date('Y-m-d'))শেষ তারিখ - {{ date("d M Y", strtotime($v->date_to)) }}
শেষ তারিখ - {{ date("d M Y", strtotime($v->date_to)) }}