@extends('layouts.app') @section('title') {{ __('messages.products') }} @endsection @section('content')
@include('flash::message')
{{ Form::hidden('currency', getCurrencySymbol(), ['id' => 'currency']) }} @endsection