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