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

{{ $page_info['title'] }}

@can('loto_results-import') Import @endcan @can('loto_results-export') Export @endcan @can('loto_results-create') Add @endcan
@include('cms.components.alert', ['with' => 'status', 'class' => 'success'])
@foreach($rows as $row) @endforeach
Draw Number Balls Youtube Image Next Loto Jackpot
#{{ $row->Draw->draw_number }} {{ $row->balls ? implode(" ", $row->balls) : '' }} @if($row->youtube) @endif @if($row->image) @endif {{ $row->next_loto_jackpot_formated }}
@include('cms.layouts.footers.auth')
@endsection