@extends('layouts.company_layouts.master') @section('content')

Dashboard

Quotations

{!! $companyQuotationDataTable->html()->table(['width' => '100%', 'class' => 'table table-hover table-striped table-sm table-bordered','id' => 'companyQuotationDataTable']) !!}

Invoices

{!! $companyInvoiceDataTable->html()->table(['width' => '100%', 'class' => 'table table-hover table-striped table-sm table-bordered','id' => 'companyInvoiceDataTable']) !!}

Lpoins

{!! $companyLpoinDataTable->html()->table(['width' => '100%', 'class' => 'table table-hover table-striped table-sm table-bordered','id' => 'companyLpoinDataTable']) !!}
{{--

Receipt Vouchers

--}}
@endsection @section('scripts') @parent @include('layouts.datatables_js') {!! $companyQuotationDataTable->html()->scripts() !!} {!! $companyInvoiceDataTable->html()->scripts() !!} {!! $companyLpoinDataTable->html()->scripts() !!} @endsection