@extends('layouts.app') @section('title','Files Manager') @section('pages')
@include('layouts.partials.nav-menu')
@if(in_array('file-manager-create', $authRolePermissions)) @endif
@include('file-manager.table')
@endsection