@extends('layouts.app') @section('content')

Add Item

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