@extends('layouts.production') @section('addCss') @endsection @section('content')

{{ Trans('quotations.menu') }} {{ Trans('customers.detail') }}

@include('layouts.includes.message') @include('Customers.quotations.url')

{{ trans('quotations.product')}}

{{ trans('reports.print')}}
{{ trans('products.id')}} {{ trans('products.sku')}} {{ trans('products.name')}} {{ trans('products.amount')}} {{ trans('products.price')}} {{ trans('invoices.total')}} {{ trans('dashboard.crud.actions')}}
@endsection @section('addJs') {{ HTML::script('js/quotation.js')}} @endsection