@extends('layouts.'.getAppLayout())
@section('content')
@component('components.main.main_ui')
@slot('nav')
@endslot
@slot('masthead')
@endslot
@csrf
Thank you for participating in the "Count the Cadbury Golden Egg" contest. You will be notified via SMS if you are a winner!
@slot('footer')
@endslot
@endcomponent
@endsection