@extends('admin.layout.main') @section('content')

View Quotation Management

@csrf @if(isset($data)) @endif

{{ isset($data) ? $data->from_email : null }}

{{ucfirst($data->customer_type)}}
{!! $selected_customer !!}
{!!$selected_customer_id_to!!}
{!!$selected_customer_id_cc!!}
@if(isset($data)) @if($data->pdf_file_name != '') @if(file_exists($pdf_file_name)) @endif @endif @endif
@endsection @section('js') @endsection