41 lines
3.9 KiB
PHP
41 lines
3.9 KiB
PHP
<?php $__env->startSection('content'); ?>
|
|
<div class="space-y-6">
|
|
<h1 class="text-2xl font-bold text-gray-900"><?php echo e(__('reports.reports')); ?></h1>
|
|
|
|
<div class="grid grid-cols-1 md:grid-cols-2 lg:grid-cols-3 gap-6">
|
|
<a href="<?php echo e(route('reports.financial')); ?>" class="bg-white rounded-xl border border-gray-200 p-6 hover:border-teal-300 hover:shadow-md transition-all group">
|
|
<div class="w-12 h-12 bg-emerald-50 text-emerald-600 rounded-lg flex items-center justify-center mb-4 group-hover:bg-emerald-100 transition-colors">
|
|
<svg class="w-6 h-6" fill="none" stroke="currentColor" viewBox="0 0 24 24"><path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M12 8c-1.657 0-3 .895-3 2s1.343 2 3 2 3 .895 3 2-1.343 2-3 2m0-8c1.11 0 2.08.402 2.599 1M12 8V7m0 1v8m0 0v1m0-1c-1.11 0-2.08-.402-2.599-1M21 12a9 9 0 11-18 0 9 9 0 0118 0z"/></svg>
|
|
</div>
|
|
<h3 class="text-lg font-semibold text-gray-900 mb-2"><?php echo e(__('reports.financial')); ?></h3>
|
|
<p class="text-sm text-gray-500"><?php echo e(__('reports.financial_description')); ?></p>
|
|
</a>
|
|
|
|
<a href="<?php echo e(route('reports.employee-worklog')); ?>" class="bg-white rounded-xl border border-gray-200 p-6 hover:border-teal-300 hover:shadow-md transition-all group">
|
|
<div class="w-12 h-12 bg-blue-50 text-blue-600 rounded-lg flex items-center justify-center mb-4 group-hover:bg-blue-100 transition-colors">
|
|
<svg class="w-6 h-6" fill="none" stroke="currentColor" viewBox="0 0 24 24"><path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M12 4.354a4 4 0 110 5.292M15 21H3v-1a6 6 0 0112 0v1zm0 0h6v-1a6 6 0 00-9-5.197M13 7a4 4 0 11-8 0 4 4 0 018 0z"/></svg>
|
|
</div>
|
|
<h3 class="text-lg font-semibold text-gray-900 mb-2"><?php echo e(__('reports.employee_worklog')); ?></h3>
|
|
<p class="text-sm text-gray-500"><?php echo e(__('reports.employee_worklog_description')); ?></p>
|
|
</a>
|
|
|
|
<a href="<?php echo e(route('reports.inventory')); ?>" class="bg-white rounded-xl border border-gray-200 p-6 hover:border-teal-300 hover:shadow-md transition-all group">
|
|
<div class="w-12 h-12 bg-amber-50 text-amber-600 rounded-lg flex items-center justify-center mb-4 group-hover:bg-amber-100 transition-colors">
|
|
<svg class="w-6 h-6" fill="none" stroke="currentColor" viewBox="0 0 24 24"><path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M20 7l-8-4-8 4m16 0l-8 4m8-4v10l-8 4m0-10L4 7m8 4v10M4 7v10l8 4"/></svg>
|
|
</div>
|
|
<h3 class="text-lg font-semibold text-gray-900 mb-2"><?php echo e(__('reports.inventory')); ?></h3>
|
|
<p class="text-sm text-gray-500"><?php echo e(__('reports.inventory_description')); ?></p>
|
|
</a>
|
|
|
|
<a href="<?php echo e(route('reports.payroll')); ?>" class="bg-white rounded-xl border border-gray-200 p-6 hover:border-teal-300 hover:shadow-md transition-all group">
|
|
<div class="w-12 h-12 bg-purple-50 text-purple-600 rounded-lg flex items-center justify-center mb-4 group-hover:bg-purple-100 transition-colors">
|
|
<svg class="w-6 h-6" fill="none" stroke="currentColor" viewBox="0 0 24 24"><path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M3 10h18M7 15h1m4 0h1m-7 4h12a3 3 0 003-3V8a3 3 0 00-3-3H6a3 3 0 00-3 3v8a3 3 0 003 3z"/></svg>
|
|
</div>
|
|
<h3 class="text-lg font-semibold text-gray-900 mb-2"><?php echo e(__('reports.payroll')); ?></h3>
|
|
<p class="text-sm text-gray-500"><?php echo e(__('reports.payroll_description')); ?></p>
|
|
</a>
|
|
</div>
|
|
</div>
|
|
<?php $__env->stopSection(); ?>
|
|
|
|
<?php echo $__env->make('layouts.app', array_diff_key(get_defined_vars(), ['__data' => 1, '__path' => 1]))->render(); ?><?php /**PATH C:\xampp\htdocs\projectra\resources\views/reports/index.blade.php ENDPATH**/ ?>
|