@extends('layouts.app') @section('content')

{{ app()->getLocale() == 'ar' ? 'تعديل المصروف' : 'Edit Expense' }}

{{ app()->getLocale() == 'ar' ? 'عودة' : 'Back' }}
@csrf @method('PUT')
@if($expense->attachment) @endif

JPG, PNG, PDF (Max 2MB)

{{ app()->getLocale() == 'ar' ? 'إلغاء' : 'Cancel' }}
@endsection