@extends('layouts.app') @section('title', __('expense.create')) @section('content')
{{-- CSRF Protection --}} @csrf @method('POST')
{{ __('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
{{ __('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