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

{{ Trans('quotations.menu') }} {{ Trans('dashboard.crud.add') }}

@include('layouts.includes.message')

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

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

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

@endsection @section('addJs') {{ HTML::script('production/js/quotation.js') }} @endsection