@extends ('../welcome') @section('content')
@csrf @method('PUT')
@if(count($projectUsers) != 0)
@endif @if(count($projectRoles) != 0)
@endif

is_residential == 1 ? 'checked' : '' }}>
@foreach($facilities as $facility)
id, $projectFacilities) ? 'checked' : ''}} type="checkbox">
@endforeach
@endsection