@extends("layouts.admin.app") @section("page-title") {{__("Terms and Conditions")}} @endSection @section("page-nav-title")

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

{{__('Control and view All Terms and Conditions')}}

@endsection @section("content") @include("includes.dialog")
@foreach($terms as $term) @endforeach
#{{__('ID')}} {{__('Terms and condition in Arabic')}} {{__('Terms and condition in English')}} {{__('Control')}}
{{$term->id}} {{$term->text_en}} {{$term->text_ar}} @if(request()->type === "app") $term->id, "type"=>request()->type])}}" class="control-link edit"> {{--
$term->id])}}" method="post" id="delete{{$term->id}}" style="display: none" data-swal-title="{{__('Delete Terms and Conditions')}}" data-swal-text="{{__('Are Your Sure To Delete This Term And Condition ?')}}" data-yes="{{__('Yes')}}" data-no="{{__('No')}}" data-success-msg="{{__('the Term And Condition has been deleted succssfully')}}">@csrf @method("delete")
--}} {{-- --}} @elseif("web") $term->id, "type"=>request()->type])}}" class="control-link edit"> {{--
$term->id])}}" method="post" id="delete{{$term->id}}" style="display: none" data-swal-title="{{__('Delete Terms and Conditions')}}" data-swal-text="{{__('Are Your Sure To Delete This Term And Condition ?')}}" data-yes="{{__('Yes')}}" data-no="{{__('No')}}" data-success-msg="{{__('the Term And Condition has been deleted succssfully')}}">@csrf @method("delete")
--}} {{-- --}} @endif
@endsection @section("scripts") {{-- @if(session()->has("technician_register_info"))--}} {{-- --}} {{-- @endif--}} @endsection