@if ($order->is_paid == 1)
{{__('common.paid')}}
@else
{{__('common.pending')}}
@endif