@extends('layouts.app') @section('content')
Manage certificates, add new certificates to all vessels, and reorder certificates.
| # | Category | Certificate Name | Display Order | Actions |
|---|---|---|---|---|
| {{ $loop->parent->index + 1 }}.{{ $loop->index + 1 }} | {{ $category }} | {{ $certificate->name }} | {{ $certificate->display_order }} |
|