@include('Gig::frontend.seller.dashboard.profile')
{{ __("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('Gig::frontend.seller.dashboard.item')
@endforeach
@else
{{__("Sorry, but nothing matched your search terms. Please try again with some different keywords.")}}
@endif