@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')) && isset($documentCategory['id']))
Upload Document
@endif
{{--
--}}