@extends('layouts/contentNavbarLayout')
@section('title', 'Dashboard - Analytics')
@section('vendor-style')
@endsection
@section('vendor-script')
@endsection
@section('page-script')
@endsection
@section('content')
@if (\Session::get('business.phone')=='' && \Session::get('rol')=='business')
You must fill the phone in your profile to enable the menu
@if(!str_contains(\Request::getPathInfo(), 'my-account'))
Fill the phone here!
@endif
@endif
@if (Session::get('rol') == 'admin')
@endif
@if (Session::get('rol') == 'admin')
@endif
@if (Session::get('rol') == 'admin')
@endif
@if (Session::get('rol') == 'admin')
@endif
@endsection