@pkiorpes You are absolutely correct. My mistake should be as you said. class(['w-64 p-2 shadow']) }}> @isset($image) {{ $image }} @endisset @isset($title) attributes->class(['font-bold text-blue-500 text-sm']) }}> {{ $title }} @endisset @isset($body) attributes->class(['text-xs text-gray-400']) }}> {{ $body }} @endisset
@1337kaas2 жыл бұрын
Thanks, learned a lot! I love that you show the real life examples. I understand the slots now:)
@lebohangmollo26532 жыл бұрын
Thanks a lot, really nice structure and flow to the series.
@AngelJayAcademy2 жыл бұрын
@Lebohang Molla Thank you really appreciate it😃
@naddielsanchez6288 Жыл бұрын
Great content! Thank you!
@ИванТихонов-л8ы2 жыл бұрын
Wow! Man! You are amazing! Thank you!
@AngelJayAcademy2 жыл бұрын
Thanks!
@davidsonzed3 жыл бұрын
Thank you very much for the very informative lessons. How about showing us little bit of the customization to default admin page by adding a sidebar and changing navigation menu from top to sidebar. I am very interest to see how to customize the default admin layout to our old favorite bootstrap style admin panel.
@AngelJayAcademy3 жыл бұрын
@David Son Ok Will see what I can do. Probably would not go as far as the admin panel. The next episodes will be practical things you can do with blade components.
@davidsonzed3 жыл бұрын
@@AngelJayAcademy this guy already did it.... kzbin.info/www/bejne/q5-7amOKfc94aas
@AngelJayAcademy3 жыл бұрын
@David Son I have huge respect for that channel and the work they do. You can learn a lot from them. On the other hand will see what I can do
@davidsonzed3 жыл бұрын
@@AngelJayAcademy I believe you do the same or a better job in explaining the subject in a much easier way to understand. this is the reason I visit your channel(s) every now and then.
@AngelJayAcademy3 жыл бұрын
@@davidsonzed Thank you that for me is a huge compliment, really appreciate it.
@EberthMezeta Жыл бұрын
Hello, I have a question: is it possible to use slots to send specific styles from a child view to an app.layout, or is it better to use the yield and section directives?
@LearningIsTheBest Жыл бұрын
hello great day,, how can i add select in component with value option from the database? thank you ^_^