This commit is contained in:
Daniela 2024-06-05 12:19:03 +03:00
parent c0744f1ef7
commit 09bcaa3e03
2 changed files with 3 additions and 4 deletions

View file

@ -27,7 +27,6 @@ class EmailAccountResource extends Resource
{
return $form
->schema([
Select::make('domain_id')
->label('Domain')
->helperText('Missing a domain? Check the Missing a domain? section to find out how you can create one.')
@ -43,7 +42,7 @@ class EmailAccountResource extends Resource
->maxLength(20),
DatePicker::make('last_login')
->format('d/m/Y'),
]);
])->columns(1);
}
public static function table(Table $table): Table

View file

@ -77,12 +77,12 @@
<div class="border-t dark:border-white/10 border-black/10"></div>
<div x-show="open" x-transition.duration.500ms class="grid xl:grid-cols-3 sm:grid-cols-2 grid-cols-1">
<div x-show="open" x-transition.duration.500ms class="grid xl:grid-cols-3 sm:grid-cols-2 grid-cols-1 py-2">
@foreach($menuItem['menu'] as $menuItemLink)
<div class="dark:text-white text-black transition duration-500
dark:hover:bg-white/5 hover:bg-gray-100 rounded-lg group transform hover:-translate-x-1 motion-reduce:transition-none motion-reduce:hover:transform-none
dark:hover:text-primary-400 hover:text-primary-600 px-[1rem] py-3 mt-2">
dark:hover:text-primary-400 hover:text-primary-600 px-[1rem] py-[1rem] mt-2">
<a href="{{$menuItemLink['link']}}" class="flex gap-[1rem] items-center">
<div class="">
@svg($menuItemLink['icon'], "h-12 w-12 text-black dark:text-white