@extends('front.layout.app') @section('page_title','المفضلة') @section('content')
@include('front.layout.profile-side')
@if(session()->has('success')) @endif

المفضلة

@foreach($fav as $post)
{{$post->name}}

{{$post->name}}

{{$post->price}}د.ك
{{$post->user->name ?? ""}}
{{$post->city->name_ar}}
{{$post->created_at->format('Y-M-d')}}
@endforeach
@include('front.layout.profile-side-mobile')
@if(session()->has('success')) @endif

المفضلة

@foreach($fav as $post)
{{$post->name}}

{{$post->name}}

{{$post->price}}د.ك
{{$post->user->name ?? ""}}
{{$post->city->name_ar}}
{{$post->created_at->format('Y-M-d')}}
@endforeach
@endsection @section('scripts') @endsection