@php
$breadcrumbs = [
'Quotation List' => url('/quotation_list')
// 'Signature Editor' => ''
];
@endphp
@extends('layouts.master')
@section('title')
Quotation List
@endsection
@section('style')
@endsection
@section('content')
{{-- @include('layouts.header') --}}
{{-- @include('layouts.footer') --}}
@endsection
@section('script')
@vite(['resources/js/app.jsx'])
{{-- Tawk.to Script --}}
{{-- Logic Chatbot / Webhook --}}
@endsection