@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) |
{{ __('lng.Showing') }} {{ $Damages->count() }} {{ __('lng.Items') }}