@extends('layouts.app') @section('title', __('sale.invoice')) @section('content')
{{-- CSRF Protection --}} @csrf @method('POST')
{{ __('sale.details') }}
@php $fiscalYearDetails = getFiscalYearDetails(); @endphp
#
{{ __('item.items') }}
{{ __('app.action') }} {{ __('item.item') }} {{ __('item.code') }} {{ __('item.mrp') }} {{ __('app.qty') }} {{ __('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.payment-type.create') @include('modals.item.serial-tracking') @include('modals.item.batch-tracking-sale') @include('modals.party.create') @include('modals.item.create') @endsection @section('js') @endsection