@extends('layouts/app') @section('content')

Editar Servicio

{{ csrf_field() }}
@if ($errors->has('tipos_producto')) {{ $errors->first('tipos_producto') }} @endif
@if ($errors->has('columna2')) {{ $errors->first('columna2') }} @endif
Cancelar
@endsection