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

Novo Apontamento

@csrf
  • @if($errors->has('produto'))
    {{ $errors->first('produto') }}
    @endif
    @if($errors->has('quantidade'))
    {{ $errors->first('quantidade') }}
    @endif
    @if($errors->has('tipo'))
    {{ $errors->first('tipo') }}
    @endif
    @if($errors->has('observacao'))
    {{ $errors->first('observacao') }}
    @endif
    @section('javascript') @endsection @endsection