@if($row->gig->image_id)
{!! get_image_tag($row->gig->image_id,'full',['alt'=>$row->gig->title, 'class'=>'img-fluid mb-4 rounded-xs w-100']) !!}
@endif
{{ $row->gig->title }}
- {{__("View Order")}}
- {{format_money($row->price)}}
- {{ $row->status_text }}