@extends('layouts.app') @section('title', 'Edit Transaction') @section('page-title', 'Edit Transaction') @section('content')
Edit Transaction
@csrf @method('PUT')
type) === 'income' ? 'checked' : '' }}>
type) === 'expense' ? 'checked' : '' }}>
$
is_reconciled) ? 'checked' : '' }}>
Cancel
@endsection @push('scripts') @endpush