@extends('backEnd.layout') @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) }} {{ trans('backLang.resultsFoundFor') }} : {{ $search_word }}

@if(count($Topics)>0)

Fatal error: Uncaught Error: Call to undefined function trans() in /home/theblackstory/public_html/resources/views/backEnd/search.blade.php:61 Stack trace: #0 {main} thrown in /home/theblackstory/public_html/resources/views/backEnd/search.blade.php on line 61