|
1 | | -<div class="w-full flex flex-col gap-8"> |
| 1 | +<div class="w-full flex flex-row flex-wrap"> |
2 | 2 |
|
3 | | - <div class="flex flex-col items-center bg-white rounded-lg border shadow-md md:flex-row w-full hover:bg-gray-100 dark:border-gray-700 dark:bg-gray-800 dark:hover:bg-gray-700"> |
4 | | - <div class="w-52 h-36 bg-cover bg-center bg-no-repeat rounded-tl-lg rounded-bl-lg border-r border-gray-200" style="background-image: url('{{ asset('images/administration/users.jpg') }}')"></div> |
5 | | - <div class="flex flex-col justify-between p-4 leading-normal"> |
| 3 | + <div class="flex flex-row xl:w-1/2 w-full items-center bg-white w-full hover:bg-gray-100 dark:border-gray-700 dark:bg-gray-800 dark:hover:bg-gray-700"> |
| 4 | + <div class="w-52 h-36 bg-cover bg-center bg-no-repeat rounded-tl-lg rounded-bl-lg" style="background-image: url('{{ asset('images/administration/users.jpg') }}')"></div> |
| 5 | + <div class="flex flex-col justify-between p-4 leading-normal w-full"> |
6 | 6 | <h5 class="mb-2 text-2xl font-medium tracking-tight text-gray-900 dark:text-white">@lang('User Management')</h5> |
7 | 7 | <p class="mb-3 font-normal text-gray-700 dark:text-gray-400">@lang('Here you can show and manage the users list configured on :app', [ |
8 | 8 | 'app' => config('app.name') |
|
16 | 16 | </div> |
17 | 17 | </div> |
18 | 18 |
|
19 | | - <div class="flex flex-col items-center bg-white rounded-lg border shadow-md md:flex-row w-full hover:bg-gray-100 dark:border-gray-700 dark:bg-gray-800 dark:hover:bg-gray-700"> |
20 | | - <div class="w-52 h-36 bg-cover bg-center bg-no-repeat rounded-tl-lg rounded-bl-lg border-r border-gray-200" style="background-image: url('{{ asset('images/administration/companies.jpeg') }}')"></div> |
21 | | - <div class="flex flex-col justify-between p-4 leading-normal"> |
| 19 | + <div class="flex flex-row xl:w-1/2 w-full items-center bg-white w-full hover:bg-gray-100 dark:border-gray-700 dark:bg-gray-800 dark:hover:bg-gray-700"> |
| 20 | + <div class="w-52 h-36 bg-cover bg-center bg-no-repeat rounded-tl-lg rounded-bl-lg" style="background-image: url('{{ asset('images/administration/companies.jpeg') }}')"></div> |
| 21 | + <div class="flex flex-col justify-between p-4 leading-normal w-full"> |
22 | 22 | <h5 class="mb-2 text-2xl font-medium tracking-tight text-gray-900 dark:text-white">@lang('Companies Management')</h5> |
23 | 23 | <p class="mb-3 font-normal text-gray-700 dark:text-gray-400">@lang('Here you can show and manage the companies list configured on :app', [ |
24 | 24 | 'app' => config('app.name') |
|
32 | 32 | </div> |
33 | 33 | </div> |
34 | 34 |
|
35 | | - <div class="flex flex-col items-center bg-white rounded-lg border shadow-md md:flex-row w-full hover:bg-gray-100 dark:border-gray-700 dark:bg-gray-800 dark:hover:bg-gray-700"> |
36 | | - <div class="w-52 h-36 bg-cover bg-center bg-no-repeat rounded-tl-lg rounded-bl-lg border-r border-gray-200" style="background-image: url('{{ asset('images/administration/workflow.jpg') }}')"></div> |
37 | | - <div class="flex flex-col justify-between p-4 leading-normal"> |
| 35 | + <div class="flex flex-row xl:w-1/2 w-full items-center bg-white w-full hover:bg-gray-100 dark:border-gray-700 dark:bg-gray-800 dark:hover:bg-gray-700"> |
| 36 | + <div class="w-52 h-36 bg-cover bg-center bg-no-repeat rounded-tl-lg rounded-bl-lg" style="background-image: url('{{ asset('images/administration/workflow.jpg') }}')"></div> |
| 37 | + <div class="flex flex-col justify-between p-4 leading-normal w-full"> |
38 | 38 | <h5 class="mb-2 text-2xl font-medium tracking-tight text-gray-900 dark:text-white">@lang('Statuses Management')</h5> |
39 | 39 | <p class="mb-3 font-normal text-gray-700 dark:text-gray-400">@lang('Here you can show and manage the tickets statuses list configured on :app', [ |
40 | 40 | 'app' => config('app.name') |
|
48 | 48 | </div> |
49 | 49 | </div> |
50 | 50 |
|
51 | | - <div class="flex flex-col items-center bg-white rounded-lg border shadow-md md:flex-row w-full hover:bg-gray-100 dark:border-gray-700 dark:bg-gray-800 dark:hover:bg-gray-700"> |
52 | | - <div class="w-52 h-36 bg-cover bg-center bg-no-repeat rounded-tl-lg rounded-bl-lg border-r border-gray-200" style="background-image: url('{{ asset('images/administration/priorities.jpg') }}')"></div> |
53 | | - <div class="flex flex-col justify-between p-4 leading-normal"> |
| 51 | + <div class="flex flex-row xl:w-1/2 w-full items-center bg-white w-full hover:bg-gray-100 dark:border-gray-700 dark:bg-gray-800 dark:hover:bg-gray-700"> |
| 52 | + <div class="w-52 h-36 bg-cover bg-center bg-no-repeat rounded-tl-lg rounded-bl-lg" style="background-image: url('{{ asset('images/administration/priorities.jpg') }}')"></div> |
| 53 | + <div class="flex flex-col justify-between p-4 leading-normal w-full"> |
54 | 54 | <h5 class="mb-2 text-2xl font-medium tracking-tight text-gray-900 dark:text-white">@lang('Priorities Management')</h5> |
55 | 55 | <p class="mb-3 font-normal text-gray-700 dark:text-gray-400">@lang('Here you can show and manage the tickets priorities list configured on :app', [ |
56 | 56 | 'app' => config('app.name') |
|
64 | 64 | </div> |
65 | 65 | </div> |
66 | 66 |
|
67 | | - <div class="flex flex-col items-center bg-white rounded-lg border shadow-md md:flex-row w-full hover:bg-gray-100 dark:border-gray-700 dark:bg-gray-800 dark:hover:bg-gray-700"> |
68 | | - <div class="w-52 h-36 bg-cover bg-center bg-no-repeat rounded-tl-lg rounded-bl-lg border-r border-gray-200" style="background-image: url('{{ asset('images/administration/types.jpg') }}')"></div> |
69 | | - <div class="flex flex-col justify-between p-4 leading-normal"> |
| 67 | + <div class="flex flex-row xl:w-1/2 w-full items-center bg-white w-full hover:bg-gray-100 dark:border-gray-700 dark:bg-gray-800 dark:hover:bg-gray-700"> |
| 68 | + <div class="w-52 h-36 bg-cover bg-center bg-no-repeat rounded-tl-lg rounded-bl-lg" style="background-image: url('{{ asset('images/administration/types.jpg') }}')"></div> |
| 69 | + <div class="flex flex-col justify-between p-4 leading-normal w-full"> |
70 | 70 | <h5 class="mb-2 text-2xl font-medium tracking-tight text-gray-900 dark:text-white">@lang('Types Management')</h5> |
71 | 71 | <p class="mb-3 font-normal text-gray-700 dark:text-gray-400">@lang('Here you can show and manage the tickets types list configured on :app', [ |
72 | 72 | 'app' => config('app.name') |
|
80 | 80 | </div> |
81 | 81 | </div> |
82 | 82 |
|
83 | | - <div class="flex flex-col items-center bg-white rounded-lg border shadow-md md:flex-row w-full hover:bg-gray-100 dark:border-gray-700 dark:bg-gray-800 dark:hover:bg-gray-700"> |
84 | | - <div class="w-52 h-36 bg-cover bg-center bg-no-repeat rounded-tl-lg rounded-bl-lg border-r border-gray-200" style="background-image: url('{{ asset('images/administration/activity-logs.jpg') }}')"></div> |
85 | | - <div class="flex flex-col justify-between p-4 leading-normal"> |
| 83 | + <div class="flex flex-row xl:w-1/2 w-full items-center bg-white w-full hover:bg-gray-100 dark:border-gray-700 dark:bg-gray-800 dark:hover:bg-gray-700"> |
| 84 | + <div class="w-52 h-36 bg-cover bg-center bg-no-repeat rounded-tl-lg rounded-bl-lg" style="background-image: url('{{ asset('images/administration/activity-logs.jpg') }}')"></div> |
| 85 | + <div class="flex flex-col justify-between p-4 leading-normal w-full"> |
86 | 86 | <h5 class="mb-2 text-2xl font-medium tracking-tight text-gray-900 dark:text-white">@lang('Activity logs')</h5> |
87 | 87 | <p class="mb-3 font-normal text-gray-700 dark:text-gray-400">@lang('Here you can see all activity logs of :app', [ |
88 | 88 | 'app' => config('app.name') |
|
0 commit comments