@foreach(Cart::content() as $row)
@if(!empty($row->model->preview))
@endif
@if($row->model->price_installation > 0) @endif @if($row->model->price_logo > 0) @endif @if($row->model->price_psd > 0) @endif @if($row->model->price_hosting > 0) @endif
{{ $row->model->name }} ${{ $row->model->price }}.00
Instalation Template options->has('installation')?'checked':'' }}>
Integration of your logo options->has('logo')?'checked':'' }}>
PSD options->has('psd')?'checked':'' }}>
Install Hosting options->has('hosting')?'checked':'' }}>
Total: $0.00
@endforeach {{--
 
Total: $0.00
--}} @section('scripts') @parent @endsection