@extends('app') @section('content') @if($apps->first()) @include('sortable') @else There are currently no Applications, add one here @include('add') @endif @endsection