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

{{ Trans('products.product') }} {{ Trans('products.table') }}

@include('layouts.includes.message')
{{ Form::close() }}
@endsection @section('addJs') {{ HTML::script('js/products.js')}} @endsection