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

{{__("App Support")}}

{{__('All Support')}}

@endsection @section("content") @include("includes.dialog")
@foreach($AppSupport as $Support) @endforeach
{{__("ID")}} {{__("Support Type")}} {{__("Image")}} {{__("English Name")}} {{__("Arabic Name")}} {{__("value")}} {{__("Control")}}
{{$Support->id}} @switch($Support->support_type) @case('wh') {{'Whats App'}} @break; @case('ph') {{'Phone Number'}} @break; @case('em') {{'Email'}} @break; @endswitch getFirstMediaFile("app_support_photo")->url :null}}" width="75" alt=""> {{$Support->name_en}} {{$Support->name_ar}} {{$Support->value}} $Support->id])}}" class="control-link edit">
id)}}" method="post" id="delete{{$Support->id}}" style="display: none" data-swal-title="{{__("Delete Instruction And Laws")}}" data-swal-text="{{__("Are Your Sure To Delete This Instruction And Laws ?")}}" data-yes="{{__("Yes")}}" data-no="{{__("No")}}" data-success-msg="{{__('the Instruction And Laws has been deleted successfully')}}">@csrf @method("delete")
@endsection @section("scripts") @endsection