@extends('user.layouts.app') @section('content') {{-- @csrf --}} Country @foreach ($getCountry as $singleCountry) {{ $singleCountry->country }} @endforeach {{-- Architect Banking Writing --}} {{-- Advanced --}} {!! $jobs->withQueryString()->links('pagination::bootstrap-5') !!} {{-- Sort by (Default) IT Architect Banking Writing 12 Per Page IT Architect Banking Writing --}} @if (count($jobs) != 0) @foreach ($jobs as $job) {{ $job['title'] }} Featured {{ $job['skills'] }} {{ $job['country'] }} ${{ $job['salaryFrom'] }} - ${{ $job['salaryTo'] }} / week {{ ucfirst($job->type) }} Urgent @endforeach @else No Job Found @endif {{-- Junior Graphic Designer (Web) Featured Design, Development New York $150 - $180 / week Full time Urgent Junior Graphic Designer (Web) Featured Design, Development New York $150 - $180 / week Full time Urgent Junior Graphic Designer (Web) Featured Design, Development New York $150 - $180 / week Full time Urgent Junior Graphic Designer (Web) Featured Design, Development New York $150 - $180 / week Full time Urgent Junior Graphic Designer (Web) Featured Design, Development New York $150 - $180 / week Full time Urgent --}} {{-- 1 2 --}} {!! $jobs->withQueryString()->links('pagination::bootstrap-5') !!} @endsection