@extends('tenant.layouts.master') @section('breadcrumb') @include('tenant.layouts.breadcrumb', [ 'items' => [ __('breadcrumb.warehouses') => '/warehouses/branches', __('breadcrumb.sales_returns') => route('tenant.warehouses.returned-sales-bonds.index'), __('breadcrumb.add_new') => '#', ], ]) @endsection @section('sidebar') @include('tenant.layouts.sidebar', ['activeItem' => 'warehouses.sales.returned-sales-bonds']) @endsection @section('style') @endsection @section('content')
@php $enable_cost_centers_on_module = checkIfModuleIsActiveForCostCenters('returnedSalesBonds'); $data = array_merge($data, ['enable_cost_centers_on_module' => $enable_cost_centers_on_module]); @endphp
@endsection @push('script') @scriptag('build/js/vue-components/create-returned-sales-bond.js') @endpush