@extends('layouts.app') @section('css') @endsection @section('header') @endsection @section('content') @include('error')
@if($errors->has("name")) {{ $errors->first("name") }} @endif
@if($errors->has("ranges")) {{ $errors->first("ranges") }} @endif Ejemplo: 3-9,10-16, 17-23, 24-30, 31-37, 38-44, 45-51, 52-58, 59-65
@if($errors->has("file")) {{ $errors->first("file") }} @endif
Regresar
@endsection @section('scripts') @endsection