@extends('layouts.careers') @section('title', __('Track application')) @section('content')
{{ __('Track your application') }}

{{ __('Enter the email and tracking code from your confirmation email.') }}

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