@if(Request::query('_layout')) @endif
@include("Company::frontend.layouts.sidebars.fields.style-3.keyword") @include("Company::frontend.layouts.sidebars.fields.style-3.location") @include("Company::frontend.layouts.sidebars.fields.style-3.category")
@include("Company::frontend.layouts.sidebars.fields.style-3.team_size") @include("Company::frontend.layouts.sidebars.fields.style-3.founded_date")
{{ __("Showing :from - :to of :total",["from"=>$rows->firstItem(),"to"=>$rows->lastItem(),"total"=>$rows->total()]) }}
@include('Company::frontend.layouts.search.company-sort')
@if($rows->count() > 0)
@foreach($rows as $row) @include('Company::frontend.layouts.loop.company-item-3') @endforeach
@else
{{__("Sorry, but nothing matched your search terms. Please try again with some different keywords.")}}
@endif
{{$rows->appends(request()->query())->links()}} @if($rows->total() > 0) {{ __("Showing :from - :to of :total",["from"=>$rows->firstItem(),"to"=>$rows->lastItem(),"total"=>$rows->total()]) }} @endif
@section('footer') @endsection