芝麻web文件管理V1.00
编辑当前文件:/home/digitalh/www/resources/views/frontend/alert/alert-subscribe.blade.php
<div class="row"> <div class="col-12"> @if($message = Session::get('success')) <div id="alert_message" class="alert alert-success custom-alert alert-dismissible fade show" role="alert"> <span>{{ __($message) }}</span> <button type="button" class="close" data-dismiss="alert" aria-label="Close"> <span aria-hidden="true">×</span> </button> </div> @endif @if ($errors->any()) <div id="alert_message" class="alert alert-danger custom-alert alert-dismissible fade show" role="alert"> <strong>{{ __('Whoops!') }}</strong> {{ __('There were some problems with your input.') }}<br><br> <ul> @foreach ($errors->all() as $error) <li>{{ __($error) }}</li> @endforeach </ul> <button type="button" class="close" data-dismiss="alert" aria-label="Close"> <span aria-hidden="true">×</span> </button> </div> @endif </div> </div>
Page is not found
Oops! Page not found.
Sorry, an error has occured, Requested page not found!
Back To Homepage