@extends('app.template') @section('title', 'Terminal - COLI') @section('content')

Terminal

@if($terminal->state == "stopped")
@csrf
@else
@csrf Open in new tab
@endif

@if($terminal->state == "stopped")
Terminal is off
@else
@endif
@endsection