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

{{__("ِAll Payment Methods ")}}

@endsection @section("content") @foreach($payment_methods as $payment_method)
{{-- --}} @endforeach
{{__("Payment Method")}} {{__("Status")}} {{__("Photo")}} {{__("Created at")}} {{__("Action")}}
{{$payment_method->title}} {{$payment_method->is_activate == 1 ?__("Active") : __("Non-Active")}} {{$payment_method->is_activate}} {{-- dd dd( $payment_method->getFirstMediaFile("Payment") != null ? env("APP_PATH") . $imageData["path"] . "/" . $payment_method->getFirstMediaFile("Payment") ["filename"] : null;)--}} {{-- @if($payment_method->image != null)--}} url}}" width="150" height="150" alt=""> {{-- @endif--}} {{-- @foreach($payment_method->getFirstMediaFile("Payment") as $file)--}} {{-- --}} {{-- @endforeach--}} {{-- {{dd($file)}}--}} {{$payment_method->created_at}} id)}}" class="control-link edit"> {{--
$payment_method->id])}}" method="post" id="delete{{$payment_method->id}}" style="display: none" data-swal-title="{{__("Delete")}}" data-swal-text="{{__("Are Your Sure To Delete This Account Type?")}}" data-yes="{{__("Yes")}}" data-no="{{__("No")}}" data-success-msg="{{__("the Account Type has been deleted successfully")}}">@csrf @method("delete")
--}} {{-- --}}
@endsection