@extends('layout') @section('title'){{MultilanguageController::t_leng('Избранные')}} - {{auth()->user()->name}}@endsection @section('main_content')
@include('partials.userbuynav')
@include('partials.userheader')
@isset($favads) @foreach ($favads as $ads) @endforeach @if(empty($favads))
{{MultilanguageController::t_leng('У вас в данный момент нет избранных объявлений')}}
@endif @endif
@include('partials.footer') @endsection