@extends('layouts.dashboard') @section('css') @endsection @section('sub-header')

{{__("WELCOME TO ".$company->name['en']." COMPANY") }}

{{__("IT IS NOT ABOUT NUMBERS, IT IS ABOUT THE STORY BEHIND THE NUMBERS")}}
@endsection @section('content')

{{ __('Where You Want To Go :') }}



@if($company->hasSystem('hospitality-feasibilities'))
{{ __('Hospitality Feasibilities & Financial Planning Section') }}
{{ __('Feasibility & Valuation') }} @if(!in_array(Auth()->user()->email,excludeUsers())) {{-- {{ __('Food & Beverage Outlets Feasibility & Valuation') }} --}} {{ __('Annual Budgets') }} @endif
@endif
{{ __('Manufacturing Feasibilities & Financial Planning Section') }}
{{ __('Feasibility & Valuation') }}
@if($company->hasSystem('entertainment'))
{{ __('Entertainment') }}
{{ __('Entertainment') }}
@endif @if(!in_array(Auth()->user()->email,excludeUsers()))
{{ __('Quick Pricing Calculator') }} {{ __('View Quotations') }} {{ __('Win Quotation') }}
{{--
Anim pariatur cliche reprehenderit, enim eiusmod high life accusamus terry richardson ad squid. 3 wolf moon officia aute, non cupidatat skateboard dolor brunch. Food truck quinoa nesciunt laborum eiusmod. Brunch 3 wolf moon tempor, sunt aliqua put a bird on it squid single-origin coffee nulla assumenda shoreditch et. Nihil anim keffiyeh helvetica, craft beer labore wes anderson cred nesciunt sapiente ea proident. Ad vegan excepteur butcher vice lomo. Leggings occaecat craft beer farm-to-table, raw denim aesthetic synth nesciunt you probably haven't heard of them accusamus labore sustainable VHS.
--}} @endif {{--
{{ __('Fixed Payments At The End') }} {{ __('Fixed Payments At The Begining') }} {{ __('Calculate Loan Amount') }} {{ __('Calculate Interest Percentage') }}
@if(Auth()->user()->id ==1)
{{ __('Fixed Payments At The End') }}
@endif --}}
--}}
{{--

Timeline List state colors

System error occured and hard drive has been shutdown - Check 2 hrs
--}} @endsection @section('js') @endsection