@extends('panel.layouts.app') @section('page-title') {{ LaraCore::setting('html_prefix') }} {{ (LaraCore::setting('html_prefix') != '') ? '|' : '' }} Offered Quotations @stop @section('content')

Offered Quotations

{{ Form::open(["url"=>route('print.offer.quotation'),"method"=>"POST","target"=>"_blank"]) }} {{ Form::hidden('lead_id','',['id'=>'leadId']) }} {{ Form::close() }}
Date Name Email Package Types Quotation Actions
@include('common.modal.delete_confirm_modal',['entity' => 'offer_qoutation'])
@stop @section('custom-scripts') @stop