@extends('layouts.app') @section('content')
{{ $project?->name }} › Property Types › {{ $type?'Edit':'Create' }}
@if ($errors->any())
@endif
@csrf @if($type) @method('PUT') @endif
Cancel
@endsection