@extends('app-new') @push('head-script') @endpush @push('content-header') @endpush @push('prev-next-head')
@endpush @section('content')
@foreach ($companies as $key => $company) @endforeach @if($companies->isEmpty()) @endif {{ $companies->links('pagination::bootstrap-4') }}
@endsection @push('footer-script') @endpush