@extends('tablar::page') @section('content')
@if($winner)
{{ csrf_field() }}
Cancel
@else
Winner not found. Back to list
@endif
@endsection @include('components.tomselect') @push('js') @endpush