BelongsToMany with pivot update Or create using Sync - Laravel
We can use attach or detach but it just doesn't feel right, the one i need is sync, below is the structure i needed to make it work.
Table : games
id
name
slug
Table : platforms
id
name
slug
Table : game_platform
game_id
platform_id
released_at
requirement_minimum
requirement_