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