@extends('layouts.partials.master') @section('title', 'Catálogo') @push('styles') @endpush @section('content')
@include('layouts.components.section-title', ['title' => 'Criar Novo Valor']) Voltar
@csrf
@if ($errors->has('value'))
{{ $errors->first('value') }}
@endif
@endsection