@extends('admin.layouts.app') @section('title', 'ADT-1 Checklist') @section('content')

ADT-1 Checklist

Manage Appointment of Auditors for {{ $currentSession->name }}

Pending Filing {{ $pendingCount }}
Filed Successfully {{ $filedCount }}
@include('admin.adt1.partials.table')
@endsection