@extends('layouts.user') {{-- Web site Title --}} @section('title') {{ $title }} @stop {{-- Content --}} @section('content')

image {{ $title }}

{{ trans('table.id') }} {{ trans('qtemplate.quotation_template') }} {{ trans('qtemplate.quotation_duration') }} {{ trans('qtemplate.total') }} {{ trans('qtemplate.tax_amount') }} {{ trans('qtemplate.grand_total') }} {{ trans('table.actions') }}
@stop {{-- Scripts --}} @section('scripts') @if(isset($type)) @endif @stop