@extends('table.app')
@section('styles')
@endsection
@section('content')
@include('promotion::promotion.table.table')
@include('promotion::promotion.table.filter')
{{-- --}}
@endsection
@section('scripts')
{{ module_vite('build-promotion', 'resources/assets/js/promotion.js') }}
@endsection