@extends('layout.main', [
'secondarySidebar' => false
])
@section('page_styles')
{{--CUSTOM STYLES HERE--}}
@stop
@section('content')
{{--settings--}}
@include('callanalytics.settings')
@include('layout.footer')
@stop
@section('page_modals')
{{--Page modals--}}
@stop
@section('page_scripts')
@stop