@php
$homeDocumentsName = isset($homename->name) ? $homename->name : 'Home';
@endphp
@include('partials.breadcrumbs')
@include('layouts.crmnov')
@if($role == 'admin' || (((isset($perm['home'][$homeId]) && ($perm['home'][$homeId]==1)) || ($perm['home']['bulk']==1)) && $role!='visitor'))
Upload Document
@endif