@extends('frontend.components.layout') @section('title') My Account @endsection @push('css') @endpush @section('topmenu') @include('frontend.components.topmenu') @endsection @section('content')
@include('frontend.customer.leftmenu')

Wishlist

@foreach ($product as $item) @php $final_price = ($item->selling_price - $item->discount_price); @endphp @endforeach
Product Name Product Price Product Delete
{{ $item->name }} ৳{{ $item->selling_price }} ৳ {{ $final_price }}
@csrf
{{-- --}}
@endsection @push('js') @endpush