@extends('layouts.adminapp') @section('title') {{ __('lng.Damage') }} @endsection @section('open_product', 'open') @section('active_product', 'active') @section('active_damage', 'active') @section('content')
{{ __('lng.SiNo') }} | {{ __('lng.Date') }} | {{ __('lng.Invoice') }} | {{ __('lng.Amount') }} | {{ __('lng.TaxAmount') }} | {{ __('lng.TotalAmount') }} | {{ __('lng.Action') }} |
---|---|---|---|---|---|---|
{{ ++$si }} | {{ $Date }} | {{ $Damage->invoicenumber }} | @currency($Damage->amount) | @currency($Damage->tax_amount) | @currency($Damage->total_amount) |
date))
type="button" title="{{ __('lng.AccountClosedEdit') }}"
@else
href="{{ route('Damage.edit', $Damage->id) }}"
title="{{ __('lng.Edit') }}"
@endif
class="btn btn-wave btn-sm btn-primary-light" data-bs-toggle="tooltip"
data-bs-placement="bottom" >
@if ($Damage->VoucherType->isactive)
@else
@php
echo App\Http\Controllers\VoucherTypeController ::VoucherTypeIsActive('DELETED');
@endphp
@endif
|
{{ __('lng.Showing') }} {{ $Damages->count() }} {{ __('lng.Items') }}