@extends('adminlte::page') @section('title', 'Nuevo Sorteo') @section('plugins.Select2', true) @section('content_header')

Registro de sorteo

@stop @section('content')
@include('partials.validaciones')
@csrf @method('POST') Lista de sorteos
@stop @section('css') @stop @section('js') @stop