@extends('app') @section('content')
Application list
Add
@if($apps->first()) @foreach($apps as $app) @endforeach @else @endif
Title Description Url Edit Delete
{{ $app->title }} {{ $app->description }} {{ $app->url }}
No items found
@endsection