@extends('view.layout.layout') @section('title') {{{ get_option('site_title','') }}} Search - {{{ $_GET['q'] or '' }}} @endsection @section('page')
{{{ $search_title or 'Search' }}} "{{{ $_GET['q'] or '' }}}"
@if(!isset($_GET['type']) || (isset($_GET['type']) && $_GET['type']!='user_name')) @else
@if($contents) @foreach($contents as $content) @endforeach @else

{{{ trans('main.no_search_result') }}}

@endif
@if($contents)
@endif
@endif
@endsection @section('script') @endsection