@extends("layouts.admin.app") @section("page-title") {{__("common-misc")}} @endSection @section("page-nav-title")

{{__("common-misc")}}

{{__("control-common-misc")}}

@endsection @section("content") @include("includes.dialog")
@if(isPermissionsAllowed("edit-main-misconception")) @endif @if(isPermissionsAllowed("edit-main-misconception")) @endif
{{__("arabic-title")}} {{__("arabic-description")}} {{__("english-title")}} {{__("english-description")}}{{__("control")}}
{{$misconceptions->ar_title}} {{$misconceptions->ar_description}} {{$misconceptions->en_title}} {{$misconceptions->en_description}} id)}}" class="control-link edit">

{{ __('image') }}

# {{ __('image') }} {{ __('control') }}
1 image
@if(isPermissionsAllowed("edit-common-misconceptions" , "delete-common-misconceptions")) @endif @foreach($misconceptions->entries as $m) @if(isPermissionsAllowed("edit-common-misconceptions" , "delete-common-misconceptions")) @endif @endforeach
{{__("arabic-title")}} {{__("arabic-body")}} {{__("english-title")}} {{__("english-body")}} {{__("image")}}{{__("control")}}
{{$m->ar_title}} {{$m->ar_body}} {{$m->en_title}} {{$m->en_body}} image @if(isPermissionsAllowed("edit-common-misconceptions")) id)}}" class="control-link edit"> @endif @if(isPermissionsAllowed("delete-common-misconceptions"))
id)}}" method="post" id="delete{{$m->id}}" style="display: none" data-swal-title="Delete misconception" data-swal-text="Are Your Sure To Delete This Misconception Entry ?" data-yes="Yes" data-no="No" data-success-msg="the misconception entry has been deleted successfully">@csrf @method("delete")
@endif
@endsection @section("scripts") @endsection