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

{{ trans('products.sku')}} {{ trans('products.name')}} {{ trans('products.amount')}} {{ trans('products.price')}} {{ trans('quotations.total')}} {{ trans('dashboard.crud.actions')}}

{{ Form::open(['route' => "customers.post_quotation"]) }} {{ Form::hidden('customer_id', $customer->id) }} {{ Form::hidden('customer_quot_id', \Helper::getCustomerQuotID($customer->id)) }} {{ Form::close()}}