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

Work there. Find the dream job
you’ve always wanted.

×
{{--
--}}

{{ $jobs->total() }} Jobs Found

@foreach($jobs as $job)

{{ $job->title }}

{{$job->rate}} /{{$job->rate_type}}

{{substr($job->description,0,200)}}....

{{ $job->city }}, {{ $job->country }}

@endforeach
{{ $jobs->appends($_GET)->links() }}
{{--
--}}
@endsection