@extends('layouts.filemanager') @section('title', trans('menu.gallery_title')) @section('plugin-styles') @php $u = request()->user();@endphp @stop @section('content')
@include('gallery::manager.top-bar')
@include('gallery::manager.modals')
@stop @section('footer-script') @include("gallery::manager.script") @stop