mirror of
https://gitlab.com/TheGamecraft/c-cms.git
synced 2026-04-21 10:49:10 -04:00
18 lines
363 B
PHP
18 lines
363 B
PHP
@extends('layouts.admin.main')
|
|
|
|
@section('content')
|
|
<div class="card">
|
|
<div style="height: 600px;">
|
|
<div id="fm"></div>
|
|
</div>
|
|
</div>
|
|
@endsection
|
|
|
|
@section('breadcrumb')
|
|
Fichier / Explorer
|
|
@endsection
|
|
|
|
@section('custom_scripts')
|
|
<script src="{{ asset('vendor/file-manager/js/file-manager.js') }}"></script>
|
|
@endsection
|