@extends('layouts.frontend.user_master') @section('title', 'User Dashbaord') @section('css') @endsection @section('style') @endsection @section('content')
@include('application.user.side_nav')
@include('application.user.upcoming_draw') @include('application.user.corrent_draw')

Past Draws

@include('application.user.partials.tickets', ['pastTickets' => $pastTickets])
Draw Contest No Ticket No Status
@endsection @section('script') @endsection