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

{{__("Available On")}}

{{__("Control and view Available On")}}

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