@extends('layouts.app') @section('content')
{{ $errors->first('credit_note_id') }}
@endif{{ $errors->first('date') }}
@endif{{ $errors->first('account_id') }}
@endif{{ $errors->first('amount') }}
@endif{{ $errors->first('transaction_id') }}
@endif