@extends('layouts.master') @section('css') @endsection @section('main_content')

Provider Management

{{ sprintf("%02d", \App\Models\Provider::count()) }}

Total Providers

{!! $dataTable->table() !!}
@endsection @section('scripts') {!! $dataTable->scripts() !!} @endsection