@extends('tenant.layouts.master') @section('breadcrumb') @include('tenant.layouts.breadcrumb', [ 'items' => [ __('breadcrumb.home')=> '/', __('breadcrumb.accounting') => '/accounting/accounts', __('breadcrumb.service_sale_invoices') => route('tenant.accounting.services-invoices.index'), __('breadcrumb.add_new_invoice') => '#', ], ]) @endsection @section('sidebar') @include('tenant.layouts.sidebar', ['activeItem' => 'accounting.actions.services-invoices']) @endsection @section('style') @endsection @section('style') @endsection @section('content')
@php $enable_cost_centers_on_module = checkIfModuleIsActiveForCostCenters('serviceInvoices'); $data = array_merge($data, ['enable_cost_centers_on_module' => $enable_cost_centers_on_module]); @endphp
@endsection @push('script') @scriptag('build/js/vue-components/create-service-invoice.js') @endpush