@if ($type === 'application')
Logs
@forelse ($containers as $container)
@if ($loop->first)
Logs
@endif
@empty
No containers are not running.
@endforelse
@elseif ($type === 'database')
Logs
@forelse ($containers as $container)
@if ($loop->first)
Logs
@endif
@empty
No containers are not running.
@endforelse
@elseif ($type === 'service')
@forelse ($containers as $container)
@if ($loop->first)
Logs
@endif
@empty
No containers are not running.
@endforelse
@endif