@if(isset($data->appointmenttransaction)) @if($data->appointmenttransaction->payment_status == 1) @foreach ($payment_status as $key => $value ) @if(isset($data->appointmenttransaction)) @if($data->appointmenttransaction->payment_status == $value['value']) {{$value['name']}} @endif @endif @endforeach @elseif(optional($data->appointmenttransaction)->payment_status == 0 && optional($data->appointmenttransaction)->advance_payment_status == 1) {{__('appointment.advance_paid')}} @else @endif @else Failed @endif