@extends('app') @section('content') @if($apps->first()) @foreach($apps as $app)
{{ $app->title }} Item
@endforeach @else There are currently no Applications, add one here @endif @endsection