@section('title', 'Share') @extends('layouts.main') @section('extra-meta') @endsection @section('extra-css') @endsection @section('content')
@include('layouts.partials.success') @include('layouts.partials.errors')

You are a winner!!

Congratulations {!! Session::get('currentPlayerName') !!}, you have won a @foreach($prize as $data) {{ $data->prize }} @endforeach. We will verify your entry and email your voucher to you within 24 hours during weekdays or the following workday.

For any queries email support@bravectosummerfun.co.za

One entry will be permitted per Bravecto® product bought.

@csrf
@endsection @section('extra-js') @endsection()