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