Add a label
Name |
Actions |
@if(!empty($labels))
@foreach($labels as $label)
{{ $label->label}} |
|
@endforeach
@else
No labels found. |
@endif
@if(Session::has('timer_version_footer') && Session::get('timer_version_footer') === 1)
Built on Laravel v{{ Illuminate\Foundation\Application::VERSION }} (PHP v{{ PHP_VERSION }}
)
@endif