@extends('default.layout') @section('content')

Cadastrar Serviço

tablet_mac @if(session()->has('message_error_model'))
{{ session()->get('message_error_model') }}
@endif
build @if(session()->has('message_error_product'))
{{ session()->get('message_error_product') }}
@endif
text_format @if($errors->has('description'))
{{ $errors->first('description') }}
@endif
storage
attach_money @if($errors->has('value'))
{{ $errors->first('value') }}
@endif
assignment @if($errors->has('warranty'))
{{ $errors->first('warranty') }}
@endif

@endsection