2017-06-21 07:49:45 +08:00
|
|
|
@extends('admin.app')
|
|
|
|
|
2017-12-10 11:21:49 +08:00
|
|
|
@section('title', 'Settings')
|
2017-06-21 07:49:45 +08:00
|
|
|
@section('content')
|
2020-02-02 02:05:56 +08:00
|
|
|
@include('flash::message')
|
|
|
|
@include('admin.settings.table')
|
2017-06-21 07:49:45 +08:00
|
|
|
@endsection
|
|
|
|
|
2017-12-31 00:38:18 +08:00
|
|
|
@include('admin.settings.script')
|