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

Client Quotations

@if($is_allow_carrier_quotation) @endif
{{ Form::open(["url"=>route('print.client.quotation'),"method"=>"POST","target"=>"_blank"]) }} {{ Form::hidden('client_id','',['id'=>'clientId']) }} {{ Form::close() }}
Client Code Name Package Types Quotation Carrier Quotation Print
@include('common.modal.delete_confirm_modal',['entity' => 'package_type'])
@stop @section('custom-scripts') @stop