@extends('layouts.frontend') @section('content')
@include('partials.frontend.profile.nav')
{{ trans('global.lucky_draw_history') }}
# Happy Code Status Prize Remark
@each('frontend.profile.luckyDrawData.modal', $customer_luck_draw_data_ids, 'customer_luck_draw_data_id') @endsection @section('scripts') @endsection