@extends('front.layout.app') @section('page_title','المفضلة') @section('content') @include('front.layout.profile-side') @if(session()->has('success')) {{session()->get('success')}} @endif المفضلة @foreach($fav as $post) {{$post->name}} {{$post->price}}د.ك {{$post->user->name ?? ""}} {{$post->city->name_ar}} {{$post->created_at->format('Y-M-d')}} الغاء التفضيل @endforeach {{$fav->links()}} @include('front.layout.profile-side-mobile') @if(session()->has('success')) {{session()->get('success')}} @endif المفضلة @foreach($fav as $post) {{$post->name}} {{$post->price}}د.ك {{$post->user->name ?? ""}} {{$post->city->name_ar}} {{$post->created_at->format('Y-M-d')}} الغاء التفضيل @endforeach {{$fav->links()}} @endsection @section('scripts') @endsection