@extends('dashboard.layouts.master') @section('title', Helper::GeneralSiteSettings("site_title_".@Helper::currentLanguage()->code)) @section('content')
{{Form::open(['route'=>['adminFind'],'method'=>'POST', 'class' => "m-b-md" ])}}
{{Form::close()}}

{{ $totalcount = count($Topics) + count($Sections) + count($Contacts) + count($Events) + count($Webmails) }} {{ __('backend.resultsFoundFor') }} : {{ $search_word }}

@if(count($Topics)>0)