@extends('front.main') @section('top-title','| Notifications') @section('content')
@endif
@if($counter == 1)
{{@$value->user->name}}{{' '.$action_type.'.'}}
@endif
@if($counter >= 2)
@php
$c=$counter-1;
@endphp
{{@$value->user->name}}{{' & ' .$c. ' other '.' '.$action_type.'.'}}
@endif
@if($counter = 0)
{{@$value->user->name}}{{' '.$action_type.'.'}}
@endif
@if(@$value->meme->file_description == 'upload from pc')