@extends('layouts.master') @section('title', __('accounting.expense_invoice')) @section('content_title', __('accounting.expense_invoice')) @section('main_content')
{{ __('accounting.edit_expense_transaction') }}
@if (auth()->user()->hasRole('Super Admin'))
@else @endif
{{--
--}}
{{ __('accounting.parent_expense_category') }} {{ __('accounting.expense_category') }} {{ __('accounting.amount') }} Remove
Remove
Total Total Amount
Add Row
@endsection @push('script') @endpush