@extends('layouts.app') @section('content') @include('layouts.sidebar')
Edit Expense
@csrf

Amount

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

Remarks

@if ($errors->has('remarks')) {{ $errors->first('remarks') }} @endif
@endsection