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