芝麻web文件管理V1.00
编辑当前文件:/home/qrafawbu/myvyralapp.com/bck/resources/installer/src/views/installer/pages/error.blade.php
@extends('installer.layouts.app') @section('content')
{{ __("Project Installation Process is") }}
{{ __("Failed!") }}
@if (is_array($content))
@foreach ($content as $item)
{{ $item }}
@endforeach
@else
{{ $content }}
@endif
@endsection