@extends('layouts.app') @section('title', __('expense.update')) @section('content')
{{-- CSRF Protection --}} @csrf @method('PUT')
{{ __('expense.details') }}
#
{{ __('expense.items') }}
{{ __('app.action') }}
{{ __('item.item') }}
{{ __('app.qty') }}
{{ __('app.price_per_unit') }}
{{ __('app.total') }}
No items are added yet!!
{{ __('app.total') }}
0
0
round_off!=0)? 'checked' : '' }} id="round_off_checkbox">
{{ __('app.round_off') }}
{{ __('app.grand_total') }}
{{ __('payment.payment') }}
@include("modals.service.create") @include("modals.expense-category.create") @include("modals.expense-subcategory.create") @include("modals.payment-type.create") @endsection @section('js') @endsection