@extends('app') @section('title', __('Register')) @section('content')
{{ $errors->first('name') }}
@endif{{ $errors->first('email') }}
@endif{{ $errors->first('airline_id') }}
@endif{{ $errors->first('home_airport_id') }}
@endif{{ $errors->first('country') }}
@endif{{ $errors->first('timezone') }}
@endif{{ $errors->first('password') }}
@endif{{ $errors->first('password_confirmation') }}
@endif @if(config('captcha.enabled')){{ $errors->first('g-recaptcha-response') }}
@endif @endif @include('auth.toc')