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

Plan Management

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

Total Plans

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