@extends('app')
@section('content')
Title |
Description |
Url |
Edit |
Delete |
first())
@foreach($apps as $app)
{{ $app->title }} |
{{ $app->description }} |
{{ $app->url }} |
|
|
@endforeach
@else
No items found
|
@endif
@if($apps->lastPage() > 1)
{!! $apps->links() !!} |
@endif
*/ ?>
@endsection