@extends('layouts.app') @section('content')
@include('dashboard.crm.schedule.navigation')
@include('user.browser')
@include('messages.alert')
@include('dashboard.crm.schedule.tables.customers')
@include('dashboard.crm.schedule.modals.tracking') @endsection