@extends('backend.master') @section('title') {{ @$data['title'] }} @endsection @section('content')
@include('backend.partials.property-profile-menu')
@include('backend.property.propert_nav')
@include('backend.partials.property-profile-menu')
@include('backend.property.propert_nav')
{{-- --}}
{{-- {{ route('users.profileDetailsStore',[$data['id'], 'basicInfo']) }} --}}
@csrf

{{ _trans('property.Add Facility')}}

@foreach ($data['facilities'] as $facility) @endforeach
{{ $facility->type->name }} {{ $facility->content }}
@csrf
@endsection @push('script') @include('backend.partials.delete-ajax') @endpush