@extends('layouts.app') @section('breadcrumb') @endsection @section('header') @endsection @section('content')
@if($errors->has("num_emp")) {{ $errors->first("num_emp") }} @endif
@if($errors->has("series")) {{ $errors->first("series") }} @endif
{{ Form::select('delivery_type', ['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
@endsection