@extends('layouts.layout') @section('title', 'Job Bank') @push('styles') @endpush @section('content')

Job Bank

Thank you for your interest in joining EYSPSA. We're always looking for talent. If you meet the following requirements, apply now!

@if (session('success'))
{{ session('success') }}
@endif @if (session('error'))
{{ session('error') }}
@endif
@csrf

General Information

Please enter your full name
10-digit number without spaces or dashes
Please enter a valid email

Education & Specialized Studies

Skills

Tools you can handle safely:

@php $tools = ['Screwdrivers', 'Pliers', 'Soldering Iron', 'Multimeter']; @endphp @foreach ($tools as $t)
@endforeach

Basic Computing Skills:

@php $computo = ['Windows', 'Office', 'Networks', 'Electronics']; @endphp @foreach ($computo as $c)
@endforeach

Soft Skills:

@php $soft = [ 'Customer Service', 'Conflict Resolution', 'Frustration Tolerance', 'Crisis Management', ]; @endphp @foreach ($soft as $s)
@endforeach

Work Zone of Interest

Please select a work zone
@endsection @push('scripts') @endpush