@extends('layouts.app') @section('title', 'Checklist Templates') @section('content')

Checklist Templates

Submission History
@foreach ($templates as $t)
{{ $t->name }} {{ ucfirst($t->shift_type) }}
@csrf @method('DELETE')
@csrf
@endforeach @endsection