@extends('layouts.public_layout') @section('title', $title) @section('content')
# | Date @sorter('date', $sortBy, $sortDir) | Year @sorter('year', $sortBy, $sortDir) | Month @sorter('month', $sortBy, $sortDir) | Quarter @sorter('qtr', $sortBy, $sortDir) | NCAR # @sorter('no', $sortBy, $sortDir) | Type @sorter('type', $sortBy, $sortDir) | Process Unit @sorter('auditees', $sortBy, $sortDir) | Audit Criteria @sorter('clauses', $sortBy, $sortDir) | Findings Statement @sorter('desc', $sortBy, $sortDir) | Auditor/Initiator @sorter('auditors', $sortBy, $sortDir) | Agreed Completion Date @sorter('completion', $sortBy, $sortDir) | Verified On @sorter('verifiedon', $sortBy, $sortDir) | Closed On @sorter('closedon', $sortBy, $sortDir) | Status @sorter('status', $sortBy, $sortDir) | Created @sorter('created', $sortBy, $sortDir) | Updated @sorter('updated', $sortBy, $sortDir) |
---|