yaqoob_01's avatar

yaqoob_01 liked a comment+100 XP

3d ago

@swdgroup You can reverse the process from final code… This is it:

yaqoob_01's avatar

yaqoob_01 wrote a comment+100 XP

3w ago

@OsamaElnagar hahaha, same

yaqoob_01's avatar

yaqoob_01 liked a comment+100 XP

1mo ago

I find it amazing you have the patience to teach things at this level when you yourself are so much ahead of it. It shows a true desire to teach. Thank you for sharing your wisdom with such selflessness.

yaqoob_01's avatar

yaqoob_01 wrote a comment+100 XP

2mos ago

Hey J.W, thank you for this amazing series! Before starting it, I had almost zero confidence with Laravel, but after going through the course, I feel much more confident and capable of working on large-scale Laravel projects. Really appreciate the effort you put into teaching — it’s truly life-changing for learners like me ❤️

yaqoob_01's avatar

yaqoob_01 wrote a comment+100 XP

2mos ago

Hey @yoeriboven, if you need it, just let me know. I can share mine. I followed the entire series. There might be a few small differences, but overall it should be the same...

yaqoob_01's avatar

yaqoob_01 liked a comment+100 XP

2mos ago

@mrrobotoh Sorry about this! All fixed now.

yaqoob_01's avatar

yaqoob_01 wrote a comment+100 XP

2mos ago

icons/close.blade.php

<svg {{ $attributes }} width="20" height="20" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" role="img" aria-label="Close">
  <path d="M18 6 6 18"></path>
  <path d="m6 6 12 12"></path>
</svg>
yaqoob_01's avatar

yaqoob_01 wrote a comment+100 XP

2mos ago

external.blade.php

<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor"
    stroke-width="2" stroke-linecap="round" stroke-linejoin="round"
    class="lucide lucide-external-link-icon lucide-external-link">
    <path d="M15 3h6v6" />
    <path d="M10 14 21 3" />
    <path d="M18 13v6a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2V8a2 2 0 0 1 2-2h6" />
</svg>

yaqoob_01's avatar

yaqoob_01 wrote a comment+100 XP

2mos ago

arrow-back.blade.php

<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none"
    stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"
    class="lucide lucide-arrow-left-icon lucide-arrow-left">
    <path d="m12 19-7-7 7-7" />
    <path d="M19 12H5" />
</svg>

yaqoob_01's avatar

yaqoob_01 liked a comment+100 XP

2mos ago

Color theme for those looking to copy:

    --color-background: oklch(0.12 0 0);
    --color-foreground: oklch(0.95 0 0);
    --color-card: oklch(0.16 0 0);
    --color-primary: oklch(0.65 0.15 160);
    --color-primary-foreground: oklch(0.12 0 0);
    --color-border: oklch(0.24 0 0);
    --color-input: oklch(0.24 0 0);
    --color-muted-foreground: oklch(0.6 0 0);
yaqoob_01's avatar

yaqoob_01 liked a comment+100 XP

2mos ago

Here are the full CSS component files for those looking to copy:

resources/css/components/btn.css

resources/css/components/form.css

yaqoob_01's avatar

yaqoob_01 liked a comment+100 XP

2mos ago

@nosthas