@extends('layouts.app') @section('css')
@endsection @section('header')
Refrigeradores / Agregar
@endsection @section('content') @include('error')
Nombre
@if($errors->has("name"))
{{ $errors->first("name") }}
@endif
Ubicación / Referencia
@if($errors->has("location"))
{{ $errors->first("location") }}
@endif
Regresar
Agregar
@endsection @section('scripts') @endsection