@extends('layouts.admin') @section('title', trans_choice('general.updates', 2)) @section('new_button')  {{ trans('updates.check') }} @endsection @section('content')

{{ $name }}

{{ trans('modules.installation.start', ['module' => $name]) }}

@endsection @push('scripts') @endpush