@extends('core::layouts.master') @section('breadcrumb','Chỉnh sửa html') @section('content')
@if(!request()->get('key'))
Chọn một tệp tin ở cột bên phải để bắt đầu chỉnh sửa
@else
@endif
@endsection @section('scripts') @parent {{ Html::script(config('app.assets_url').'/backend/js/plugins/editors/ace/ace.js') }} @endsection