@extends('layouts.dashboard') @section('content')
@include('flash_msg')

@if(!empty($wishlists)) @foreach($wishlists as $key=>$value) @endforeach @if ($wishlists->count() == 0) @endif @endif
# USER NAME Artist Name LANGUAGE DURATION VOICEOVER
{{ ++$key }} @if ($value->user) {{ $value->user->name }} @else User not found @endif @if ($value->artice) {{ $value->artice->title }} @else Artice not found @endif {{ $value->language}} {{ $value->duration }} {{ $value->voiceOver }}
No wishlists Orders display.
# User Name Artist Name Language Duration VoiceOver

Displaying {{$wishlists->count()}} of {{ $wishlists->total() }} Add Wishlists.

{{--
{{ $memberships->appends(request()->all())->links() }}
--}}
@endsection