@extends('index') @section('content')

Melamar Kerja

PT. AQILLA HUMAENI INDONESIA (AHI)

@if ($errors->any())
    @foreach ($errors->all() as $error)
  • {{ $error }}
  • @endforeach
@endif @if (session('message')) @endif
@csrf

Lowongan yang di lamar : {{$data->name}}

@php app('mathcaptcha')->reset(); @endphp {!! app('mathcaptcha')->input(['class' => 'form-control', 'id' => 'mathgroup']) !!} @if ($errors->has('mathcaptcha')) {{ $errors->first('mathcaptcha') }} @endif
@endsection