@extends('layouts.front.master') @section('contant') User Dashboard Home User Dashboard Profile My Courses {{-- My Wishlist --}} LOGOUT USER PROFILE Profile Change Password Name Email Mobile UPDATE Old Password New Password Confirm Password CHANGE PASSWORD MY ORDERS @if(Auth::check()) @php $user_id = Auth::user()->id; @endphp @foreach (myOrders($user_id) as $data) @php $user_id = Auth::user()->id; $courseId = base64_encode($data->item_id); $orderdate = $data->order_date; $date = date("d-m-Y", strtotime($orderdate) ); @endphp $ @endforeach @endif MY WISHLIST