@extends('backend.master') @section('title') {{ $title }} @endsection @section('content')

{{ _trans('common.Expense Edit') }}

@csrf @method('put') @foreach($accounts as $account) @endforeach @foreach($categories as $category) @endforeach
@endsection