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