@extends('admin.template.layout')
@section('_title', 'Início')
@section('_head')
@endsection
@section('content')
@if (isset($error) && is_array($error) && sizeof($error) > 0)
@foreach ($error as $err)
Atenção! {{ $err }}
@endforeach
@endif
@if (isset($jogos['blaze']) && is_array($jogos['blaze']) && sizeof($jogos['blaze']) > 0)
@foreach ($jogos['blaze'] as $result)
{{ $result->num }}
@endforeach
@endif
Aguardando...
Último resultado
Aguardando...
{{--
@if (isset($jogos['smash']) && is_array($jogos['smash']) && sizeof($jogos['smash']) > 0)
@foreach ($jogos['smash'] as $result)
{{ $result->num }}
@endforeach
@endif
Aguardando...
Último resultado
Aguardando...
--}}
@if (isset($jogos['jonbet']) && is_array($jogos['jonbet']) && sizeof($jogos['jonbet']) > 0)
@foreach ($jogos['jonbet'] as $result)
{{ $result->num }}
@endforeach
@endif
Aguardando...
Último resultado
Aguardando...
{{--
--}}
WebSocket
{{--
15/12/12 - 12:12:12 --}}
{{--
Blaze
15/12/12 - 12:12:12
Smash
15/12/12 - 12:12:12
--}}
{{--
--}}
@endsection
@section('_foot')
{{-- --}}
@endsection