@extends('layouts.app') @section('content')
Keyplaces
Add Keyplace
@if($keyplaces->count() > 0) @foreach($keyplaces as $keyplace) @endforeach
Image Title Category Actions
@if($keyplace->image) {{ $keyplace->name }} @else No Image @endif {{ $keyplace->title }} {{ $keyplace->category->name }}
@else
No Keyplaces Yet

Create your first keyplace to organize destinations.

@endif
@endsection @section('scripts') @endsection