@extends('layouts/app') @section('content')
@if (isset($success))
Sección de slider creada con éxito.
@endif

Nueva sección de slider

{{ csrf_field() }}
@if ($errors->has('caracteristicas')) {{ $errors->first('caracteristicas') }} @endif
@if ($errors->has('texto')) {{ $errors->first('texto') }} @endif
@if ($errors->has('url')) {{ $errors->first('url') }} @endif
@if ($errors->has('texto')) {{ $errors->first('texto') }} @endif
@if ($errors->has('url2')) {{ $errors->first('url2') }} @endif
@if ($errors->has('texto2')) {{ $errors->first('texto2') }} @endif
@endsection