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