@extends('layouts.app') @section('content')
{{ isset($keyplace) ? 'Edit Keyplace' : 'Create Keyplace' }}
Back
@include('partials.errors')
@csrf @if(isset($keyplace)) @method('PUT') @endif
@if(isset($keyplace) && !empty($keyplace->image))
@endif
@endsection