@extends('layouts.install') @section('site_title', formatTitle([__('Installation'), config('info.software.name')])) @section('content')
{!! __(':name has been installed.', ['name' => ''.config('info.software.name').'']) !!}