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

{{{ isset($complemento) ? "Editar": "Cadastrar" }}} Adicional

@csrf
@if($errors->has('nome'))
{{ $errors->first('nome') }}
@endif
@if($errors->has('valor'))
{{ $errors->first('valor') }}
@endif
@endsection