@extends('layout.home') @section('csrf-token') @endsection @section('title', '站点设置') @section('content') @if(Session::get('msg'))
{{ Session::get('msg') }}
@endif @if(Session::get('dmsg'))
{{ Session::get('dmsg') }}
@endif
@foreach($detail as $name=>$url)
站点名称:
站点地址:
@endforeach
@if(in_array('update', $actionType))
@endif
@endsection