@extends('layouts.backend.app') @push('header') @endpush @section('content')
@if ($errors->any()) @foreach ($errors->all() as $error) @endforeach @endif
Productos mais gostados
@foreach (Auth::user()->likedPosts as $key => $post) @endforeach
# Nome Categoria Visualização e Gostos Criado em
{{$key+1}} {{$post->title}} {{$post->category->name}} {{$post->created_at->diffForHumans()}}
@endsection @push('footer') {!! Toastr::message() !!} @endpush