@extends("crudbooster::admin_template") @section('content') where('id_cms_users',Session::get('admin_id'))->first(); ?> @if($setting_font->type=='text') @elseif($setting_font->type=='file') @else @endif Back To List Data Canvasing

@if($setting_font->type=='text')
@elseif($setting_font->type=='file')
@else
@endif
@if($data->tipe_respon=='prospek') @elseif($data->tipe_respon=='not_prospek') @endif
Company Category {{$data->nama_company}}
Name Company {{$data->customercompany}}
Province {{$data->nama_provinsi}}
City {{$data->nama_kota}}
District {{$data->nama_kecamatan}}
Phone Company {{$data->telephone}}
Fax {{$data->fax}}
Email {{$data->email}}
Website {{$data->website}}
Name PIC {{$data->pic_person}}
No HP PIC {{$data->pic_mobilephone}}
Email PIC {{$data->pic_email}}
Type ResponProspectNot Prospect
Customer Description {{$data->keterangan_customer}}
Sales {{$sales->nama}}
Email {{$sales->email}}
Phone {{$sales->no_telp}}
Sample Type {{$sample->jenis_sample}}
Quantity {{$sample->quantity}}
Sample Size {{$sample->size_sample}}
Checkin Address {{$data->address}}
Checkin Date @if($data->datetime_checkin!='') {!! date('d-M-y H:i:s', strtotime($data->datetime_checkin)) !!} @else - @endif
Checkout Address {{$data->address_checkout}}
Checkout Date @if($data->datetime_checkout!='') {!! date('d-M-y H:i:s', strtotime($data->datetime_checkout)) !!} @else - @endif
Activity {{$data->aktivitas}}
@foreach($product_offered as $po) @if($po->image_path!='' AND $po->image_path!=' ' AND $po->image_path!='NULL' AND $po->image_path!='-') @else @endif @endforeach
NO Name Photo Quantity Price Total Price
{{$x++}} {{$po->product_name}}{{$po->qty}} Rp, {!! number_format($po->price) !!} Rp, {!! number_format($po->total_price) !!}
@foreach($product_competitor as $pc) @if($pc->photo!="") @else @endif @endforeach
NO Photo Name Price Promo
{{$y++}}{{$pc->name}} Rp, {!! number_format($pc->price) !!} {{$pc->promo}}
@endsec