@extends('layouts.hh') @section('title', 'Procesos de Selección') @section('pagename', 'Procesos de Selección') @section('content')
Ver procesos cerrados
@if ($errors->any())
    @foreach ($errors->all() as $error)
  • {{ $error }}
  • @endforeach
@endif @if (session('status')) @endif @foreach ($jobs as $j) @endforeach
Rubro Empleo Empresa Min. Max. Ubicación Remoto Acciones
{{ $j->heading_title }} {{ $j->title}} {{ $j->business_title }} {{ $j->min }} {{ $j->max }} {{ $j->location_title }} {{ $j->remote ? 'si' : 'no' }}
@endsection