@extends("layouts.dashboard.app") @section("page-nav-title")

{{__("Download")}}

{{__("Control and view Download")}}

@endsection @section("content") @include("layouts.main-parts.page-message")
@foreach($downloads as $index => $download) @endforeach
{{__("ID")}} {{__('Image')}} {{__('Name En')}} {{__('Name Ar')}} {{__('Url')}} {{__("Control")}}
{{++$index}} getFirstMediaFile("download")->url : "No Image"}}" style="width:100px;height: 50px"/> {{$download->name_en}} {{$download->name_ar}} {{$download->link}} id)}}" class="control-link edit">
id)}}" method="post" id="delete{{$download->id}}" style="display: none" data-swal-title="Delete Download" data-swal-text="Are Your Sure To Delete This Download?" data-yes="Yes" data-no="No" data-success-msg="the Download has been deleted succssfully">@csrf @method("delete")
@endsection @section("scripts") @endsection