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