Customers welcome page

Underneath the tickets widget for the customers is a content box, this can be customised by editing the following file: 

 resources/views/components/welcome.blade.php 

 This is the default content which ships with Ticaga: 

 <div

 class="rounded-lg p-6 lg:p-8 bg-white dark:bg-gray-700 border-gray-200 dark:border-gray-700 mt-3">

 <h1 class="text-2xl font-medium text-gray-900 dark:text-white">

 Welcome to your {{ config('app.name') }} dashboard.

 </h1>

 <p class="mt-6 text-gray-500 dark:text-gray-400 leading-relaxed">

 Here you can open and manage tickets with our company.

 </p>

</div> 

  