Create routes and views for suppliers.

This commit is contained in:
2025-02-10 12:47:57 +01:00
parent 3f07d333df
commit 7c085dfa6b
12 changed files with 664 additions and 12 deletions

View File

@@ -1,11 +1,11 @@
<x-app-layout>
<x-slot name="header">
<div class="flex flex-row w-full">
<h2 class="grow font-semibold text-xl text-gray-800 dark:text-gray-200 leading-tight">
<div class="flex flex-row w-full items-center">
<h2 class="grow font-semibold pr-12 text-xl text-gray-800 dark:text-gray-200 leading-tight">
{{ __('incoming.Incoming') }}
</h2>
<a href="{{ route('excel') }}" class="relative flex flex-row">
<x-excel-icon class="text-gray-800 cursor-pointer"/>
<a href="{{ route('excel') }}">
<x-excel-icon class="text-gray-800 cursor-pointer right-0"/>
</a>
</div>
</x-slot>
@@ -19,7 +19,6 @@
<h2 class="text-lg font-medium text-gray-900 dark:text-gray-100">
{{ __('incoming.Add new invoice') }}
</h2>
<p class="mt-1 text-sm text-gray-600 dark:text-gray-400">
{{ __("incoming.Add new invoice by clicking add") }}
</p>