@extends('tenant.warehouses.warehouses-tabs') @section('breadcrumb') @include('tenant.layouts.breadcrumb', [ 'items' => [ __('breadcrumb.warehouses') => '/warehouses/branches', __('breadcrumb.price_offers') => '#', ], ]) @endsection @section('sidebar') @include('tenant.layouts.sidebar', ['activeItem' => 'warehouses.sales-price-offers']) @endsection @section('content-field')
@can('representatives')
@endcan
@php $data_normal = [ 'sales_price_offers' => $sales_price_offers_normal, 'clients' => $clients, 'branches' => $branches, 'print_data' => Session::get('print_data'), 'active_year' => $active_year, 'is_deletable' => json_decode(Session::get('deletable_bonds'))->warehouses->salesPriceOffers, ]; @endphp
@can('representatives')
@php $data_representative = [ 'sales_price_offers' => $sales_price_offers_representative, 'clients' => $clients, 'branches' => $branches, 'print_data' => Session::get('print_data'), 'active_year' => $active_year, 'is_deletable' => json_decode(Session::get('deletable_bonds'))->warehouses->salesPriceOffers, ]; @endphp
@endcan
@endsection @push('prepend-script') @endpush @push('script') @scriptag('build/js/vue-components/sales-invoices.js') @endpush @prepend('script') @endprepend