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

{{__('Terms And Conditions')}}

{{__('Control and view all Terms And Conditions')}}

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