@extends('layouts.base') @section('title','系统通知') @section('js') @stop @section('content')
{{$data['content']}}
@endsection('content')