@if ($canManage) New display @endif
@if ($screens->isEmpty()) @if ($canManage) Create your first display @endif @else @foreach ($screens as $screen) @endforeach
Name Layout Branch
{{ $screen->name }} {{ config('qms.display_layouts.'.$screen->layout, $screen->layout) }} {{ $screen->branch?->name ?? '—' }} Open display
{{ $screens->links() }}
@endif