@extends("app") @section('head_title', $search .' | '.getenvcong('sitename') ) @section('head_description', $search ) @section("content")
{{ $search }}
@if(count($lastItems) > 0)
@include('pages.catpostloadpage')
@else @include('errors.emptycontent') @endif
@endsection