@extends('layouts.print', ['title' => 'فاکتور فروش کالا']) @section('css') @stop @php $setting = App\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