@extends('installer.template') @section('title', ($data['status'] == 1) ? 'Installation Complete' : 'Installation Failed') @section('content')

{{ $data['title'] }}



@if($data['status'] == 1) Go to Login page @endif
@endsection