@extends('layout.master') @section('content')

{{trans('content.KEY_SEARCH')}}

{{trans('content.KEY_ALLCOMPANIES')}}

@if(Session::get('msg'))
{{Session::get('msg')}}
@endif
@foreach ($tags as $tag) @endforeach
@endsection