@extends('layouts.main') @section('page-title') {{ __('Dashboard') }} @endsection @section('page-breadcrumb') {{ __('CRM') }} @endsection @push('css') @endpush @php $setting = getCompanyAllsetting(); @endphp @push('scripts') @endpush @push('css') @endpush @section('content')
{{ __('Manage customer relationships to boost satisfaction and growth.') }}