{{ HTML::style('css/bootstrap.css') }}

{{ get_config('company_name') }}

NETWORK COMPUTER

{{ get_config('company_detail') }}

{{ trans('customers.menu') }}/ Customer
@if ($quotation->address) @else @endif @if ($quotation->tel) @else @endif
Name : {{ get_c_q($quotation->id) }}
Address{{ $quotation->tel }}: ..........................................
Tel{{ $quotation->tel }}: ..........................................

QUOTATION

{{ trans('quotations.quot_no') }}/ N0: {{ convertInvoiceNumber($quotation->id) }}

{{ trans('quotations.date') }}/ Date: {{ $quotation->created_at }}

@if (count($preOrders) > 0) @foreach ($preOrders as $order)
No Description Qty Price Amount
{{ $order->sku }} {{ $order->name }} {{ $order->amount }} {{ money($order->price) }} {{ money($order->amount * $order->price) }}