mirror of
https://github.com/linuxserver/Heimdall.git
synced 2026-02-21 12:10:34 +09:00
12 lines
256 B
PHP
12 lines
256 B
PHP
@extends('app')
|
|
|
|
@section('content')
|
|
@if($apps->first())
|
|
@include('sortable')
|
|
@else
|
|
There are currently no Applications, <a href="{{ route('items.create') }}">add one here</a>
|
|
@include('add')
|
|
@endif
|
|
|
|
|
|
@endsection |