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

{{ $page_info['title'] }}

@can('loto_games-create') Add @endcan
@include('cms.components.alert', ['with' => 'status', 'class' => 'success'])
@can('loto_games-publish') @endcan @foreach($rows as $row) @can('loto_games-publish') @endcan @endforeach
Numbers Type PricePublish
{{ $row->numbers }} {{ $row->type }} {{ $row->price_formated }}
@include('cms.layouts.footers.auth')
@endsection @can('loto_games-publish') @push('script') @endpush @endcan