@extends('front.main') @section('top-title','| Search') @section('content')
@csrf
@foreach($tags as $t)
{{$t->name}}
@endforeach
@if(count($data) > 0) @include('front.memes.master-meme',['memes' => $data]) @else
@endif @endsection