@extends('magicai-updater::layouts.master', ['stepShow' => false]) @section('template_title') {{ $data['title'] }} @endsection @section('title') {{ $data['title'] }} @endsection @section('container') @php $steps_indicators = ['Updater', 'Check Requirement', 'Backup', 'Upgrade']; $step = data_get($data, 'step'); @endphp @if($step)
@foreach ($steps_indicators as $step_indicator)
$loop->index + 1 > $step, ])> $loop->index + 1 <= $step, 'border border-foreground/10 text-foreground' => $loop->index + 1 > $step, ])> {{ $loop->index + 1 }} {{ __($step_indicator) }}
@endforeach
@endif @include($data['view']) @endsection @section('scripts') @endsection