@extends('tenant.layouts.master') @section('breadcrumb') @include('tenant.layouts.breadcrumb', [ 'items' => [ __('breadcrumb.warehouses') => '/warehouses/branches', __('breadcrumb.outgoing_bonds') => '/out-bonds', __('breadcrumb.edit_outgoing_bond')=> '#', ], ]) @endsection @section('sidebar') @include('tenant.layouts.sidebar', ['activeItem' => 'warehouses.bonds.out-bonds']) @endsection @section('content')
@php $enable_cost_centers_on_module = checkIfModuleIsActiveForCostCenters('outBonds'); $data = array_merge($data, ['enable_cost_centers_on_module' => $enable_cost_centers_on_module]); @endphp
@endsection @push('script') @scriptag('build/js/vue-components/update-out-bond.js') @endpush