@extends('layouts.master')
@section('css')
{{-- SweetAlert2 CSS is also needed for the delete confirmation dialog --}}
@endsection
@section('main_content')
Provider Management
{{-- Dynamically counting the number of insurance providers --}}
{{-- This line renders the HTML table from your SuperVisitorProvidersDataTable --}}
{!! $dataTable->table() !!}
@endsection
@section('scripts')
{{-- Include your project's custom scripts --}}
{{-- SweetAlert2 JS is needed for the delete confirmation dialog --}}
{{-- This line includes the necessary DataTables JavaScript --}}
{!! $dataTable->scripts() !!}
@endsection