@php $flag = $rate->flag ?? ''; $currency = $rate->currency ?? ''; $unit = $rate->unit ?? ''; $buying_rate = $rate->buying_rate ?? ''; $display_order = $rate->display_order ?? 0; $is_published = $rate->is_published ?? false; @endphp