@extends('layouts.main') @section('container')
Manage available termin periods
| # | Termin Number | Created By/At | Actions | |
|---|---|---|---|---|
| {{ $termins->firstItem() + $loop->index }} | {!! $search ? str_ireplace($search, '' . $search . '', 'Termin ' . e($termin->termin_number)) : 'Termin ' . e($termin->termin_number) !!} |
{{ $termin->creator->name ?? '-' }}
{{ $termin->created_at ? $termin->created_at->format('d M Y H:i') : '-' }}
|
|
|
No Termins FoundYou haven't added any termin yet |
||||
Created by/at:
Get started by adding a new termin