芝麻web文件管理V1.00
编辑当前文件:/home/unicorntechnolog/public_html/mt5-ctrader/resources/views/client/technical-analysis.blade.php
@extends('layouts.client_template') @section('content')
Technical Analysis
@foreach (['danger', 'warning', 'success', 'info'] as $msg) @if(Session::has('alert-' . $msg))
{{ ucfirst(($msg == 'danger') ? "Error" : $msg) }}!
{{ Session::get('alert-' . $msg) }}
@endif @endforeach
@endsection