@extends('layouts.app')
@section('style')
@endsection
@section('content')
@foreach($getJobs as $value)
{!! $value->title !!}
- {{ __('frontend.Type') }}{{ $value->type }}
- {{ __('frontend.Location') }}{{ $value->location }}
- {{ __('frontend.Valid until') }}{{ $value->valid_until }}
- {{ __('frontend.Year') }}{{ $value->year }}
|
@endforeach
@endsection