@extends('tenant.accounting.accounting-tabs') @section('breadcrumb') @include('tenant.layouts.breadcrumb', ['items' => [ __('breadcrumb.home') => '/', __('breadcrumb.accounting') => '/accounting/accounts', __('breadcrumb.exchange') => '#', ]]) @endsection @section('style') @endsection @section('sidebar') @include('tenant.layouts.sidebar', ['activeItem' => 'accounting.actions.exchanges']) @endsection @section('content-field')
@php $data = [ 'exchanges' => $exchanges, 'print_data' => Session::get('print_data'), 'active_year' => $active_year, 'is_deletable' => json_decode(Session::get('deletable_bonds'))->accounting->exchanges, ]; @endphp
@endsection @prepend('script') @endprepend @push('script') @scriptag('build/js/vue-components/exchanges-main-page.js') @endpush