@extends('layouts.app') @section('style') @endsection @section('content')
@permission('dashboard-list') @if(getCompanyProfile()=="true")
{!!company()['name']!!}
@endif

@lang('menu.ChartOfCompanyOrganization')


@endpermission @if(!\Entrust::can('dashboard-list'))

@lang('menu.Dashboard')
@endif @endsection @include('groupCompanyFilter.select') @push('scripts') @endpush