@extends('layouts.print', ['title' => 'صورتحساب فروش کالا و خدمات']) @section('css') @stop @php $setting = App\Models\Setting::first(); $tax = $setting->tax; @endphp @section('content') @foreach(\DB::select('select * from tg_carts where id ='. $cid .' and status<>0',array()) as $item) @endforeach @stop