@extends('front.layouts.front') @section('content')
الباحثين عن العمل
{{-- --}}
@foreach ($seekers as $seek)
{{ $seek->name }} (مهندس)
{{ $seek->country?->name }}
معاينة
@endforeach
@endsection