@foreach($MerchantAccountHead as $data) @endforeach
No. Merchant Name Account Group Account Head Cash Limit/Day Common Ledger Status Actions
{{ $no++ }} {{ getMerchantNameById($data->merchant_id) }} {{ getMerchatAccountGroup($data->merchant_account_group_id) }} {{ $data->name }} {{ getCashLimitDay($data->id) }} @if($data->is_common_ledger == 1) Yes @else No @endif {{ ($data->status == 0 )? 'Inactive':'Active'}} @if(checkPermissionOnWeb('MerchantAccountHeads','edit') > 0) @endif @if(checkPermissionOnWeb('MerchantAccountHeads','delete') > 0) @endif
Showing {{ $MerchantAccountHead->firstItem() }} to {{ $MerchantAccountHead->lastItem() }} of {{ $MerchantAccountHead->total() }} entries
{!! $MerchantAccountHead->appends(array('paginate'=>$paginate,'txtsearchable' => $txtsearchable,'enterprise_id' => $enterprise_id,'merchant_id' => $merchant_id,'account_group_id' => $account_group_id))->links() !!}