@extends('layout.master') @push('plugin-styles') @endpush @section('content')

Welcome to Dashboard

3,897

+3.3%

35,084

-2.8%

Revenue is the income that a business has from its normal business activities, usually from the sale of goods and services to customers.

Sales are activities related to selling or the number of goods or services sold in a given time period.

8TB
~5TB
@if(!empty($attachs_requested)) @foreach($attachs_requested as $attach_requested) @if(get_user_by_id($attach_requested->user_id) != null) @endif @if(get_initiative_by_id($attach_requested->initiative_id) != null) @endif @if(get_tenant_by_id($attach_requested->initiative_id) != null) @endif @endforeach @endif
# User Name Initiative Name Tenant Title Created at
{{$attach_requested->id}}{{get_user_by_id($attach_requested->user_id)->first_name}} {{get_user_by_id($attach_requested->user_id)->last_name}}{{get_initiative_by_id($attach_requested->initiative_id)->title}}{{get_initiative_by_id($attach_requested->tenant_id)->title}}{{$attach_requested->created_at}}
@endsection @push('plugin-scripts') @endpush @push('custom-scripts') @endpush