@extends('layouts.adminapp') @section('title') {{ __('lng.SupplierReport') }} @endsection @section('active_report', 'active') @section('open_report', 'open') @section('open_products_report', 'open') @section('active_products_report', 'active') @section('active_supplier_report', 'active') @section('content')
{{ __('lng.SiNo') }} | {{ __('lng.Title') }} | {{ __('lng.Group') }} | {{ __('lng.OpeningBalance') }} | {{ __('lng.DR/CR') }} | {{ __('lng.Narration') }} |
---|---|---|---|---|---|
{{ ++$si }} | {{ $Supplier->title }} | {{ $Supplier->accountgroup->title }} | @currency($Supplier->openingbalance) | {{ $Supplier->DRorCR }} | {{ $Supplier->narration }} |
{{ __('lng.Showing') }} {{ $Suppliers->count() }} {{ __('lng.Items') }}