@extends('web.layouts.container') @section('css') @endsection @section('content') {{__('main.home_page')}} المفضله المفضله @if(count($favorites)) @foreach($favorites as $favorite) {{-- --}} {{$favorite->category_name}} {{$favorite->name}} ( {{$favorite->evaluate_count}} تقييم ) {{$favorite->price}} SAR {{-- --}} @endforeach @else No data in favorites @endif @endsection @section('inner_js') @endsection