@extends('layouts.app') @section('body-class', 'page-wishlist') @section('content') @hookinsert('account.favorites.top')
@include('shared.account-sidebar')
@hookinsert('account.favorites.bottom') @endsection @push('footer') @endpush