@extends('layouts.portal') @section('page-title', __('Registration Pending')) @section('content')

{{ __('Account Pending Approval') }}

{{ __('Thank you for registering as an employer. Your account is awaiting admin approval. You will be able to post jobs once approved.') }}

{{ __('Registered as') }} {{ auth()->user()->email }}

@csrf
@endsection