@extends("layouts.admin.app") @section("page-title") {{__("Terms and Conditions")}} @endSection @section("page-nav-title")
{{__('Control and view All Terms and Conditions')}}
#{{__('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"> {{-- --}} {{-- --}} @elseif("web") $term->id, "type"=>request()->type])}}" class="control-link edit"> {{-- --}} {{-- --}} @endif |