@extends(!session('nebula', 0) ? 'layouts/web' : 'layouts/nebula') @section('content')
{{ __('Block No') }} | {{ __('Amount') }} | {{ __('Won') }} | {{ __('Placed At') }} |
---|---|---|---|
{{ $bet->block_no }} | {{ $bet->bet_amount }} | {{ $bet->amount_won }} | {{ $bet->created_at->format('d M Y') }} |
{{ __('There are no bets yet.') }} |