@extends('front.beta.layouts.master') @section('breadcrumb') @include('front'.viewPrfx().'partials.companies-search') @endsection @section('content')

{{$pagination_overview}}

@if(count($companies) > 0) @else

{{__('message.no_record_found')}}

@endif
{!!$pagination!!}
@endsection