@extends('web.layouts.main') @section('content') @include('web.components.page-header', ['class' => 'pt-5 pb-3', 'heading' => $section->title, 'subheading' => $section->text])
@livewire('play-bouquet', ['locale' => $locale, 'loto_bouquets' => $loto_bouquets])
@if(Session::has('funds-modal')) {{-- Funds Modal --}} @endif @endsection @push('scripts') @endpush