@extends('auth.layouts.app') @section('meta_title', "تفعيل البريد الاليكترونى") @section('content')
{{ __('app.messages.Verify email') }}

{{ __('app.messages.Verification link not sent') }}

@if (session('status') == 'verification-link-sent')
{{ __('app.messages.Verification link sent') }}
@endif
@csrf
@endsection