@extends('layouts.app') @section('content')

Favourites

@forelse($data as $fav) @empty @endforelse
# Product Name Product Image Status
{{$fav['fav_id'] }} {{ $fav['p_name'] }} Inactive
No Record Found
@endsection