@include('landlord_layouts.header')
@include('landlord_layouts.navbar')
@include('landlord_layouts.topbar')
@csrf
@error('amount') {{ $message }} @enderror
@error('date') {{ $message }} @enderror
@if($expense->receipt) {{$expense->receipt}} @endif
Cancel
@include('landlord_layouts.footer')
@include('landlord_layouts.script')