@extends('layouts.contentLayoutMaster')
@section('title')
Edit Quote Document: {{$object->name}}
@if ($object->version_number > 1)
v.{{$object->version_number}}
@endif
@endsection
@section('vendor-style')
@endsection
@section('page-style')
{{-- Page Css files --}}
@endsection
@section('content')
@include('elements.messages-error')
@include("pdfTemplates.preview", ['title' => 'Quote'])
@endsection
@section('vendor-script')
{{-- Vendor js files --}}
@endsection
@section('page-script')
@include('panels.dropDownPickersScripts')
@endsection