{{-- Extends layout --}} @extends('layout.default') {{-- Content --}} @section('content.row-left') {{-- Dashboard Agent --}} @include($components_path.'.tryingCallback') Informações de Hoje
@include($components_path.'.ligacoesAtend', ['class' => 'card-stretch gutter-b scale-anim'])
@include($components_path.'.pausasRealizadas', ['class' => 'card-stretch gutter-b scale-anim'])
@include($components_path.'.minAtend', ['class' => 'card-stretch gutter-b scale-anim'])
@include($components_path.'.minEmPausa', ['class' => 'card-stretch gutter-b border-10 scale-anim'])
@include($components_path.'.callInfoModal') @include($components_path.'.ultimosAtend', ['class' => 'card-stretch gutter-b border'])
@endsection @section('content.row-right') {{-- Dashboard Agent -> Agent Info --}}
@include($components_path.'.rightBarUserHeader', ['class' => 'card-stretch gutter-b ff-raleway'])
{{-- TODO: Unhide when "Informativo Semanal" function is done
@include($components_path.'.rightBarInfoSemanal', ['class' => 'card-stretch gutter-b ff-raleway hover-icon'])
--}}
@include($components_path.'.rightBarMsgGestor', ['class' => 'card-stretch gutter-b ff-raleway'])
@endsection {{-- Scripts Section --}} @section('scripts') @endsection