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

@csrf @foreach($prize as $data) @endforeach
@endsection @section('extra-js') @endsection()