added view detail expense for up country & meeting seminar

This commit is contained in:
Jagad R R
2025-01-04 13:53:53 +07:00
parent 2cd0ed39f9
commit fbde09292d
7 changed files with 312 additions and 0 deletions
@@ -193,6 +193,12 @@
</td>
@endif
<td>
@if (auth()->user()->can('forms.country.view'))
<a href="{{ route('forms.up-country.view', $item->id) }}" class="btn btn-primary btn-sm">
<i class="fas fa-eye text-white"></i>
</a>
@endif
@if (auth()->user()->can('forms.country.edit'))
<a href="{{ route('forms.up-country.edit', $item->id) }}" class="btn btn-warning btn-sm">
<i class="fas fa-edit text-white"></i>