We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 14c9e48 commit bdf8fdbCopy full SHA for bdf8fdb
Resources/views/edit.blade.php
@@ -1,6 +1,12 @@
1
<x-layouts.admin>
2
<x-slot name="title">{{ trans('offline-payments::general.name') }}</x-slot>
3
4
+ <x-slot name="favorite"
5
+ title="{{ trans('offline-payments::general.name') }}"
6
+ icon="credit_card"
7
+ route="offline-payments.settings.edit"
8
+ ></x-slot>
9
+
10
<x-slot name="content">
11
<x-show.container>
12
<x-show.content class="flex flex-col-reverse lg:flex-row mt-5 sm:mt-12 gap-y-4" override="class">
0 commit comments