@if(Session::get('depot.id'))
@if(isset($page) && $page == 'consommation')
@else
@endif
{{ __('app.tabs.consommations') }}
{{ __('app.tabs.consommations.text') }}
@if(isset($page) && $page == 'report')
@else
@endif
{{ __('app.tabs.reports') }}
{{ __('app.tabs.reports.text') }}
@if(isset($page) && $page == 'contact')
@else
@endif
{{ __('app.tabs.contact') }}
{{ __('app.tabs.contact.text') }}
@endif