@extends('user.layouts.app') @section('content') @csrf Country @foreach ($getCountry as $singleCountry) {{ $singleCountry->country }} @endforeach {{-- Advanced --}} Showing 1 – 10 of 18 results {{-- Sort by (Default) @foreach($categories as $category) {{$category->name}} @endforeach --}} {{-- IT Architect Banking Writing --}} {{-- --}} {{-- 12 Per Page IT Architect Banking Writing --}} {{-- Jobpost card --}} @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 {{-- Jobpost card end --}} {{-- 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 Junior Graphic Designer (Web) Featured Design, Development New York $150 - $180 / week Full time Urgent --}} {{-- 1 2 --}} {!! $jobs->withQueryString()->links('pagination::bootstrap-5') !!} @endsection