This is a CRUD Operation with Has Many relationship. I implemented 2 types of templating in Blade which is
- Blade component (NEW) where we use
<x-something />
in our blade - Blade directives, the traditional way where we use
@extends()
and@include()
For Laravel users i really recommend trying the new Blade Component, it's quite fun to use. It work's a bit like Livewire Components
The Laravel framework is open-sourced software licensed under the MIT license.