@extends('system.updater.app') @section('title', 'Update Completed') @section('content')
@csrf
        
            {{ $console_output }}
        
    

@endsection