phpvms/modules/Installer/Resources/views/importer/error.blade.php

10 lines
207 B
PHP
Raw Normal View History

@extends('installer::app')
@section('title', 'Import Error!')
@section('content')
<div style="align-content: center;">
<h4>Error!</h4>
<p class="text-danger">{{ $error }}</p>
</div>
@endsection