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

{{__('Privacy And Policies')}}

{{__('Control and view all Privacy And Policies')}}

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