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

{{__('Website Descriptions')}}

{{__('Control and view All Website Descriptions')}}

@endsection @section("content")
@foreach($descriptions as $description) @endforeach
#{{__('ID')}} {{__('Title in Arabic')}} {{__('Title in English')}} {{__('Description in Arabic')}} {{__('Description in English')}} {{__('Control')}}
{{$description->id}} {{$description->title_en}} {{$description->title_ar}} {{$description->text_en}} {{$description->text_ar}} id)}}" class="control-link edit">
$description->id])}}" method="post" id="delete{{$description->id}}" style="display: none" data-swal-title="{{__('Delete Website Descriptions')}}" data-swal-text="{{__('Are Your Sure To Delete This Website Description ?')}}" data-yes="{{__('Yes')}}" data-no="{{__('No')}}" data-success-msg="{{__('the Website Descriptions has been deleted succssfully')}}">@csrf @method("delete")
@endsection @section("scripts") {{-- @if(session()->has("technician_register_info"))--}} {{-- --}} {{-- @endif--}} @endsection