@extends('layouts.production') @section('addCss') @endsection @section('content') {{ Trans('products.product') }} {{ Trans('products.table') }} Home {{ Trans('products.product') }} @include('layouts.includes.message') {{ Form::close() }} @endsection @section('addJs') {{ HTML::script('js/products.js')}} @endsection