@extends('layouts.app') @section('content')
@include('includes.message')
@csrf
@if ($errors->has('nombre')) {{ $errors->first('nombre') }} @endif
@if ($errors->has('garantia')) {{ $errors->first('garantia') }} @endif
@if($servicio->control_estaciones == '1') @else @endif
@endsection