@extends('layout.base') @section('header-title') {{ Auth::user()->name }} @endsection @section('content')

Actualizar sorteo


{{ csrf_field() }} {{ method_field('PUT') }}

@if($sort->hasActive()) Activo @else Cerrado @endif

@endsection