@php $breadcrumbs = [ 'Invoice List' => url('/invoice_list') // 'Signature Editor' => '' ]; @endphp @extends('layouts.master') @section('title') Invoice 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