@extends('layouts.dashboard')
@section('css')
@endsection
@section('dash_nav')
@endsection
@section('sub-header')
{{ __('Study Dashboard') .' - '. $hospitalitySector->getStudyName() . ' - ' . $hospitalitySector->getPropertyName() }}
@endsection
@section('content')
@php
$earningBeforeTaxes = 0 ;
$totalOfDepreactionAndAmortization = 0;
@endphp
{{--
{{ __('Dashboard Results') }}
--}}
{{-- Title --}}
@endsection
@section('js')
@foreach(['ebitda-chart'=>'ebitda-chart-data','ebit-chart'=>'ebit-chart-data','ebt-chart'=>'ebt-chart-data','net-profit-chart'=>'net-profit-chart-data'] as $chartName=>$chartData)
@endforeach
@endsection