@extends('cms.layouts.main') @section('content') @include('cms.layouts.headers.cards')

Welcome {{ Auth::guard('admin')->user()->first_name }} to {{ env('APP_NAME') }} dashboard

Next Loto Estimated Jackpot

{{ $next_draw->next_loto_jackpot_formated }}

Next Draw #{{ $next_draw->draw_number }}

{{ date('l M, d, Y', strtotime($next_draw->date)) }}

Orders for this draw
{{ $orders_count }}
Grids played for this draw
{{ $grids_count }}
@include('cms.layouts.footers.auth')
@endsection