Installing and managing modules from admin panel (#847)
This commit is contained in:
9
resources/views/system/importer/error.blade.php
Normal file
9
resources/views/system/importer/error.blade.php
Normal file
@@ -0,0 +1,9 @@
|
||||
@extends('system.importer.app')
|
||||
@section('title', 'Import Error!')
|
||||
|
||||
@section('content')
|
||||
<div style="align-content: center;">
|
||||
<h4>Error!</h4>
|
||||
<p class="text-danger">{{ $error }}</p>
|
||||
</div>
|
||||
@endsection
|
||||
Reference in New Issue
Block a user