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