@extends('layouts.default') @section('title','Jobs List') @section('header-links') @include('includes.headers.vendor_submissions') @endsection @section('new_button') addCreate job @endsection @section('content')
@foreach($list as $k=>$li) @endforeach
Title Location Employment Type Experience Pay Rate Client Name Status Shared Scheduled Attended Selected Joined Action
{{ ucwords(Str::limit($li->title, 15)) }} {{ ucwords($li->country?->name) }} {{ ucwords(str_replace('_', ' ' , $li->employment_type)) }} {{ $li->min_experience }} - {{ $li->max_experience }} {{ $li->min_payrate }} - {{ $li->max_payrate }} {{ $li->client?->name }} {{ $status }} {{ $li?->shared }} {{ $li?->scheduled }} {{ $li?->attended }} {{ $li?->selected }} {{ $li?->joined }} list visibility
@stop