@extends('front::user.layouts.master') @section('user-content')
@if($favorites->count())
@else

{{ trans('front::messages.profile.there-nothing-show') }}

@endif
{{ $favorites->links('front::components.paginate') }}
@endsection @push('scripts') @endpush