@php $i=1;@endphp @foreach($data as $result) @if($result->Flag == 1) @php $appointcolor = "style='background-color: antiquewhite;'"; @endphp @else @php $appointcolor = ""; @endphp @endif @endif @php $i++;@endphp @endforeach
Sr.No Mrd. No Name Gender Age Appointment Date Time Action
{{$i}} {{$result->MrdNo}} {{$result->PatientName}} {{$result->Gender}} {{$result->Age}} {{date("d-m-Y", strtotime(str_replace('-', '/',$result->AppointDate)))}} {{date("h:i a", strtotime(str_replace('-', '/',$result->AppointTime)))}} @if($result->Flag == 0)