@extends('examples.modern-layout-v2') @section('title', __('messages.deployments.deployment_history')) @section('content')
{{__('messages.deployments.view_all_deployments')}}
{{$log->deployer->username ?? 'Unknown'}} • {{$log->started_at?->format('Y-m-d H:i:s')}} @if($log->duration) • Duration: {{$log->human_duration}} @endif
@if($log->deployment->description){{Str::limit($log->deployment->description, 100)}}
@endif @if($log->error_message){{$log->error_message}}
@endif{{$log->output}}
{{__('messages.deployments.no_history')}}