$users = User::doesnthave('fuelprices')->with('fuelprices')->get();
class Repository implements RepositoryInterface
или
class Repository extends AbstractRepository
$movie = Movie::find(121);
...
$movie->files()->save($file);
public function sendPasswordResetNotification($token)
{
$this->notify(new ResetPasswordNotification($token));
}
artisan make:notification ResetPasswordNotification