@extends('layouts.app') @section('content')

Parking Place

@include('adminlte-templates::common.errors')
{!! Form::model($parkingPlace, ['route' => ['parkingPlaces.update', $parkingPlace->id], 'method' => 'patch']) !!} @include('parking_places.fields') {!! Form::close() !!}
@endsection