@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 Conditions')}} {{__('Control')}}
{{$term->id}} {{$term->getTextAttribute()}} id)}}" 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")
@endsection @section("scripts") {{-- @if(session()->has("technician_register_info"))--}} {{-- --}} {{-- @endif--}} @endsection