@extends('layouts.app') @section('breadcrumb') @endsection @section('header') @endsection @section('content') @include('error')
@if($errors->has("file")) {{ $errors->first("file") }} @endif
{{ Form::select('delivery_type', [''=>'Ninguno','sistemas'=>'Sistemas','servicio_a_clientes'=>'Servicio a Clientes','mesa_de_control'=>'Mesa de Control','equipamiento_gerencias'=>'Equipamiento Gerencias','premios_y_concursos'=>'Premios y concursos'], old('delivery_type'), ['class' => 'form-control']) }} @if($errors->has("delivery_type")) {{ $errors->first("delivery_type") }} @endif

Realizar pruebas de archivo

@if($errors->has("file")) {{ $errors->first("file") }} @endif

Descargar Layout

El archivo que se descargará funciona como base para poder importar más datos. El orden de las columnas es importante.

@endsection