@extends('layout') @section('header') @endsection @section('content') @include('error')
@if($errors->has("description")) {{ $errors->first("description") }} @endif
price : old("price") }}"/> @if($errors->has("price")) {{ $errors->first("price") }} @endif
{{ Form::select('type', ['temporary'=>'Temporal', 'permanent'=>'Permanente'], is_null(old("type")) ? $solution->type : old("type"), ['class' => 'form-control']) }} @if($errors->has("type")) {{ $errors->first("type") }} @endif
Regresar
@endsection