@extends('layouts.app') @section('content')

{{count($newsLength)}} results Sort by:

@foreach ($news as $new)

{{ $new->title }}

{{ $new->company_name }} - {{ $new->location }}

{{ $new->sellery }} a year

{{ $new->description }}

@endforeach
{{ $news->links() }}

Categories

@include('inc/forms/searchNews')
@endsection