@extends("layouts.admin.app") @section("page-title") Services @endSection @section("page-nav-title")

{{__("Conditions")}}

@endsection @section("content") @include("includes.dialog")
@if(isPermissionsAllowed("edit-conditions" , "delete-conditions")) @endif @foreach($conditions as $s) @if(isPermissionsAllowed("edit-conditions" , "delete-conditions")) @endif @endforeach
{{__("Conditions En")}} {{__("Conditions Ar")}}{{__("Control")}}
{{$s->condition_en}} {{$s->condition_ar}} @if(isPermissionsAllowed("edit-conditions")) id)}}" class="control-link edit"> @endif @if(isPermissionsAllowed("delete-conditions"))
id)}}" method="post" id="delete{{$s->id}}" style="display: none" data-swal-title="{{__("delete`")}}" data-swal-text="{{__("delete-confirmation")}}" data-yes="{{__("yes")}}" data-no="{{__("no")}}" data-success-msg="{{__("deletion-success")}}">@csrf @method("delete")
@endif
@endsection @section("scripts") @endsection