@extends('layouts.app') @section('breadcrumb') @endsection @section('header') @endsection @section('content') @include('error')
@if($errors->has("series")) {{ $errors->first("series") }} @endif
@if($errors->has("brand")) {{ $errors->first("brand") }} @endif
@if($errors->has("model")) {{ $errors->first("model") }} @endif
@if($errors->has("description")) {{ $errors->first("description") }} @endif
@if($errors->has("price")) {{ $errors->first("price") }} @endif
@if($errors->has("invoice")) {{ $errors->first("invoice") }} @endif
@if($errors->has("order")) {{ $errors->first("order") }} @endif
@if($errors->has("supplier_id")) {{ $errors->first("supplier_id") }} @endif
@if($errors->has("supplier_name")) {{ $errors->first("supplier_name") }} @endif
Regresar
@endsection @section('scripts') @endsection