@if (Auth::check()) @if ( ! Auth::user()->likes->contains('post_id', $post->id))
{{ csrf_field() }} {{ $post->ocenas->count() }}
@else
{{ csrf_field() }} {{ method_field('DELETE') }} Już dokonałaś\eś oceny.
@endif @endif