@extends("layouts.dashboard.app") @section("page-nav-title")

{{__('Properties')}}

{{__('Control and view all Properties')}}

@endsection @section("content") @include("layouts.main-parts.page-message")
{{__('Export As Excel')}}
@if(isPermissionsAllowed("edit-properties" , "delete-properties")) @endif @foreach($properties as $property) @if(isPermissionsAllowed("edit-properties" , "delete-properties")) @endif @endforeach
#{{__('ID')}} {{__('Properties name')}}{{__('Control')}}
{{++$count}} {{$property->getPropertyDash()}} @if(isPermissionsAllowed("edit-properties")) id)}}" class="control-link edit"> @endif @if(isPermissionsAllowed("delete-properties"))
id)}}" method="post" id="delete{{$property->id}}" style="display: none" data-swal-title="{{__('Delete Property')}}" data-swal-text="{{__('Are Your Sure To Delete This Property ?')}}" data-yes="{{__('Yes')}}" data-no="{{__('No')}}" data-success-msg="{{__('the Property has been deleted succssfully')}}">@csrf @method("delete")
@endif
@endsection @section("scripts") @endsection