@extends('layouts.app') @section('content')
{{ csrf_field() }}

{{__('Add new')}}

@if($errors->has('amount')) @endif
@if($errors->has('date')) @endif
@if($errors->has('user_id')) @endif
@endsection