@extends('emails.layout') @section('title', 'Build Failed') @section('content')

Hi {{ $user->name }},

Unfortunately, your app build has failed.

Build Details:

App: {{ $build->app->name ?? 'N/A' }}

Platform: {{ ucfirst($build->platform) }}

Version: {{ $build->version_name }} (Build #{{ $build->version_code }})

@if($build->error_message)

Error: {{ $build->error_message }}

@endif

View Build Details

Please check your app configuration and try again. Common issues include:

If the problem persists, please contact our support team for assistance.

Best regards,
The {{ $appName ?? config('app.name') }} Team

@endsection